diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-02-07 00:53:07 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-02-07 00:53:07 +0000 |
commit | 4bbaa44a8f2945e3d8f1f32122a9b9805d52fdd1 (patch) | |
tree | 3c7e144cf2889823cc4ae9e17e31bc44a1c390ed /dev-libs/libots/libots-2.2.7-r1.ebuild | |
parent | stable on ppc (diff) | |
download | historical-4bbaa44a8f2945e3d8f1f32122a9b9805d52fdd1.tar.gz historical-4bbaa44a8f2945e3d8f1f32122a9b9805d52fdd1.tar.bz2 historical-4bbaa44a8f2945e3d8f1f32122a9b9805d52fdd1.zip |
move libots to /lib
Diffstat (limited to 'dev-libs/libots/libots-2.2.7-r1.ebuild')
-rw-r--r-- | dev-libs/libots/libots-2.2.7-r1.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-libs/libots/libots-2.2.7-r1.ebuild b/dev-libs/libots/libots-2.2.7-r1.ebuild new file mode 100644 index 000000000000..071526fbb4e8 --- /dev/null +++ b/dev-libs/libots/libots-2.2.7-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libots/libots-2.2.7-r1.ebuild,v 1.1 2004/02/07 00:53:07 agriffis Exp $ + +At="libots-2.2.7-2.alpha.rpm" +S=${WORKDIR}/usr/lib/compaq/libots-2.2.7 +SRC_URI="ftp://ftp.compaq.com/pub/products/linuxdevtools/latest/${At}" +DESCRIPTION="Compaq Linux optimized runtime for Alpha/Linux/GNU" +HOMEPAGE="http://www.support.compaq.com/alpha-tools/" +DEPEND="virtual/glibc + app-arch/rpm2targz " +RDEPEND="$DEPEND" +LICENSE="compaq-sdla" +SLOT="2.2.7" +KEYWORDS="-* ~alpha" + +src_unpack() { + rpm2targz ${DISTDIR}/${At} || die + tar zxf libots-2.2.7-2.alpha.tar.gz || die +} + +src_install () { + dodir /lib || die + cp libots.* ${D}/lib || die + dodoc README || die +} |