diff options
author | Matt Turner <mattst88@gmail.com> | 2011-09-06 18:39:14 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2011-09-06 18:39:14 -0400 |
commit | 967caddb841b3fe6199309727acb45a0e38dad49 (patch) | |
tree | d0241a9e83c78e8a6af3929c5e3ce41913409cfa /dev-libs/libots/libots-2.2.7-r2.ebuild | |
parent | 9d17f7cd0491a27aa94bf5561116160ed35b4a72 (diff) |
Diffstat (limited to 'dev-libs/libots/libots-2.2.7-r2.ebuild')
-rw-r--r-- | dev-libs/libots/libots-2.2.7-r2.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-libs/libots/libots-2.2.7-r2.ebuild b/dev-libs/libots/libots-2.2.7-r2.ebuild new file mode 100644 index 0000000..145b164 --- /dev/null +++ b/dev-libs/libots/libots-2.2.7-r2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libots/libots-2.2.7-r2.ebuild,v 1.8 2010/11/12 03:35:15 mattst88 Exp $ + +inherit rpm toolchain-funcs + +DESCRIPTION="Compaq's Optimized Runtime Library for the Alpha Platform" +HOMEPAGE="ftp://ftp.compaq.com/pub/products/C-CXX/linux/" +SRC_URI="ftp://ftp.compaq.com/pub/products/C-CXX/linux/libots-2.2.7-2.alpha.rpm" + +LICENSE="compaq-sdla" +SLOT="0" +KEYWORDS="-* alpha" +IUSE="" +RESTRICT="strip" + +DEPEND="" +RDEPEND="" + +S=${WORKDIR}/usr/lib/compaq/libots-2.2.7 + +src_install() { + dolib.a ${PN}.a + dodoc README + into / + dolib.so ${PN}.so + gen_usr_ldscript ${PN}.so +} |