diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-08-29 20:31:18 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-08-29 20:31:18 +0000 |
commit | 8aa584187edbe610d49025f2becfc102f8cb40be (patch) | |
tree | ab8fc81912f1673530e9216e845899af371c2570 /sys-devel/ld.so | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-8aa584187edbe610d49025f2becfc102f8cb40be.tar.gz gentoo-2-8aa584187edbe610d49025f2becfc102f8cb40be.tar.bz2 gentoo-2-8aa584187edbe610d49025f2becfc102f8cb40be.zip |
*** empty log message ***
Diffstat (limited to 'sys-devel/ld.so')
-rw-r--r-- | sys-devel/ld.so/files/digest-ld.so-1.9.11-r1 | 1 | ||||
-rw-r--r-- | sys-devel/ld.so/ld.so-1.9.11-r1.ebuild | 26 |
2 files changed, 27 insertions, 0 deletions
diff --git a/sys-devel/ld.so/files/digest-ld.so-1.9.11-r1 b/sys-devel/ld.so/files/digest-ld.so-1.9.11-r1 new file mode 100644 index 000000000000..dbedbb259bd0 --- /dev/null +++ b/sys-devel/ld.so/files/digest-ld.so-1.9.11-r1 @@ -0,0 +1 @@ +MD5 419b97871a0c5127aceddbd13ccb25c2 ld.so-1.9.11.tar.gz diff --git a/sys-devel/ld.so/ld.so-1.9.11-r1.ebuild b/sys-devel/ld.so/ld.so-1.9.11-r1.ebuild new file mode 100644 index 000000000000..d306c6436827 --- /dev/null +++ b/sys-devel/ld.so/ld.so-1.9.11-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2000 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Daniel Robbins <drobbins@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/sys-devel/ld.so/ld.so-1.9.11-r1.ebuild,v 1.1 2000/08/29 20:26:41 achim Exp $ + +P=ld.so-1.9.11 +A=${P}.tar.gz +S=${WORKDIR}/${P} +DESCRIPTION="Linux dynamic loader & linker" +CATEGORY="sys-devel" +SRC_URI="ftp://ftp.ods.com/pub/linux/${A}" + +src_compile() { + cd ${S} +} + +src_install() { + cd ${S} + export PREFIX=${D} + ./instldso.sh --force + prepman + dodoc COPYRIGHT README ld-so/example/README* +} + + + |