diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-11-30 02:23:24 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-11-30 02:23:24 +0000 |
commit | c06acdcf61772255a12c701faafc2563da4dfc4e (patch) | |
tree | 8c67f04e30901b549e286eeb47cd469c7d9f4b51 /sys-devel/bin86/bin86-0.16.13.ebuild | |
parent | Stable on alpha, bug 71595. (diff) | |
download | historical-c06acdcf61772255a12c701faafc2563da4dfc4e.tar.gz historical-c06acdcf61772255a12c701faafc2563da4dfc4e.tar.bz2 historical-c06acdcf61772255a12c701faafc2563da4dfc4e.zip |
move to stable
Diffstat (limited to 'sys-devel/bin86/bin86-0.16.13.ebuild')
-rw-r--r-- | sys-devel/bin86/bin86-0.16.13.ebuild | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/sys-devel/bin86/bin86-0.16.13.ebuild b/sys-devel/bin86/bin86-0.16.13.ebuild index 94f00d633f9b..9b74caeec2e4 100644 --- a/sys-devel/bin86/bin86-0.16.13.ebuild +++ b/sys-devel/bin86/bin86-0.16.13.ebuild @@ -1,32 +1,30 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bin86/bin86-0.16.13.ebuild,v 1.6 2004/07/15 03:08:36 agriffis Exp $ - -IUSE="" +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bin86/bin86-0.16.13.ebuild,v 1.7 2004/11/30 02:23:24 vapier Exp $ DESCRIPTION="Assembler and loader used to create kernel bootsector" -SRC_URI="http://www.cix.co.uk/~mayday/${PN/bin/dev}/${P}.tar.gz" HOMEPAGE="http://www.cix.co.uk/~mayday/" +SRC_URI="http://www.cix.co.uk/~mayday/${PN/bin/dev}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 -sparc -ppc" +KEYWORDS="-* x86" +IUSE="" -DEPEND="virtual/libc sys-apps/sed" RDEPEND="virtual/libc" +DEPEND="${RDEPEND} + sys-apps/sed" src_compile() { emake PREFIX="/usr" CFLAGS="${CFLAGS} -D_POSIX_SOURCE" || die } src_install() { - dodir /usr/bin dodir /usr/share/man/man1 - einstall PREFIX="${D}/usr" MANDIR="${D}/usr/share/man/man1" + einstall PREFIX="${D}/usr" MANDIR="${D}/usr/share/man/man1" || die dodoc README README-0.4 ChangeLog docinto as - dodoc as/COPYING } |