diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-04-03 17:29:09 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-04-03 17:29:09 +0000 |
commit | f35af98a99f3970c5f576ef4567088b0954ea62d (patch) | |
tree | f217b298246c9be708ec0067e32f57f638c384c2 /sys-apps/busybox | |
parent | Added busybox.links into scripts dir. Closes #18678. (diff) | |
download | gentoo-2-f35af98a99f3970c5f576ef4567088b0954ea62d.tar.gz gentoo-2-f35af98a99f3970c5f576ef4567088b0954ea62d.tar.bz2 gentoo-2-f35af98a99f3970c5f576ef4567088b0954ea62d.zip |
Added busybox.links into scripts dir. Closes #18678.
Diffstat (limited to 'sys-apps/busybox')
-rw-r--r-- | sys-apps/busybox/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/busybox/busybox-0.60.3-r1.ebuild | 51 | ||||
-rw-r--r-- | sys-apps/busybox/files/digest-busybox-0.60.3-r1 | 2 |
3 files changed, 58 insertions, 2 deletions
diff --git a/sys-apps/busybox/ChangeLog b/sys-apps/busybox/ChangeLog index a35ebaea1eca..6f6b17556f0d 100644 --- a/sys-apps/busybox/ChangeLog +++ b/sys-apps/busybox/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/busybox # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v 1.12 2003/04/03 17:15:01 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/ChangeLog,v 1.13 2003/04/03 17:28:47 mholzer Exp $ + +*busybox-0.60.3-r1 (03 Apr 2003) + + 03 Apr 2003; Martin Holzer <mholzer@gentoo.org> busybox-0.60.3-r1.ebuild: + Added busybox.links into scripts dir. Closes #18678. *busybox-0.60.5-r1 (13 Jan 2003) diff --git a/sys-apps/busybox/busybox-0.60.3-r1.ebuild b/sys-apps/busybox/busybox-0.60.3-r1.ebuild new file mode 100644 index 000000000000..f623e409725e --- /dev/null +++ b/sys-apps/busybox/busybox-0.60.3-r1.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/busybox/busybox-0.60.3-r1.ebuild,v 1.1 2003/04/03 17:28:47 mholzer Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="Utilities for rescue and embedded systems" +SRC_URI="http://www.busybox.net/downloads/${P}.tar.gz" +HOMEPAGE="http://www.busybox.net" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 ppc sparc " + +DEPEND="virtual/glibc" + +src_unpack() { + unpack ${A} + cp ${FILESDIR}/Config.h-${PV}-cd ${S}/Config.h + # I did not include the msh patch since I don't know if it will + # break stuff, I compile ash anyway, and it's in CVS +} + +src_compile() { + local myconf + use static && myconf="${myconf} DOSTATIC=true" + emake ${myconf} || die +} + +src_install() { + into / + dobin busybox + into /usr + dodoc AUTHORS Changelog* INSTALL LICENSE README TODO + + docinto scripts + dodoc busybox.links + + cd docs + doman *.1 + docinto txt + dodoc *.txt + docinto pod + dodoc *.pod + dohtml *.html + dohtml *.sgml + + cd ../scripts + docinto scripts + dodoc inittab + dodoc depmod.pl +} diff --git a/sys-apps/busybox/files/digest-busybox-0.60.3-r1 b/sys-apps/busybox/files/digest-busybox-0.60.3-r1 index d99501e02b19..b427ca805ecd 100644 --- a/sys-apps/busybox/files/digest-busybox-0.60.3-r1 +++ b/sys-apps/busybox/files/digest-busybox-0.60.3-r1 @@ -4,5 +4,5 @@ MD5 af127cfced92352c0a43cbf63cde52bd /files/Config.h-0.60.3-cd 14319 MD5 1bce86c66f42d204c0780faee28004d6 /files/Config.h-0.60.5-cd 14299 MD5 9750d4004e6507d35f9aa67d2785fdd3 /files/dodeps 2015 MD5 3a4b93f7ec6f3aaade20029a81562b88 /files/msh.diff 433 -MD5 a83fcd4e2c4493b611375727df2eb351 /busybox-0.60.3-r1.ebuild 1091 +MD5 1cdc107e028ffe46022c408eb4af7a5e /busybox-0.60.3-r1.ebuild 1093 MD5 a202031d77cfd2515dfac0b163b47b1b busybox-0.60.3.tar.gz 770870 |