diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-27 03:55:53 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-27 03:55:53 +0000 |
commit | 892ea88f2b5e0210dcab8050f4907e3916a48fc1 (patch) | |
tree | f451a08dfc2fbbfa5c7ff7f3f77356232b6b6798 | |
parent | stable on ppc64 (bug 49104) (Manifest recommit) (diff) | |
download | gentoo-2-892ea88f2b5e0210dcab8050f4907e3916a48fc1.tar.gz gentoo-2-892ea88f2b5e0210dcab8050f4907e3916a48fc1.tar.bz2 gentoo-2-892ea88f2b5e0210dcab8050f4907e3916a48fc1.zip |
add arm KEYWORD
-rw-r--r-- | app-arch/cpio/cpio-2.5.ebuild | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/app-arch/cpio/cpio-2.5.ebuild b/app-arch/cpio/cpio-2.5.ebuild index 2b984ceace94..1fee38f34e85 100644 --- a/app-arch/cpio/cpio-2.5.ebuild +++ b/app-arch/cpio/cpio-2.5.ebuild @@ -1,14 +1,15 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/cpio/cpio-2.5.ebuild,v 1.4 2004/03/02 16:45:33 iggy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/cpio/cpio-2.5.ebuild,v 1.5 2004/04/27 03:55:53 vapier Exp $ DESCRIPTION="A file archival tool which can also read and write tar files" -SRC_URI="mirror://gnu/cpio/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/cpio/cpio.html" +SRC_URI="mirror://gnu/cpio/${P}.tar.gz" -KEYWORDS="x86 amd64 ppc sparc alpha hppa mips ia64 ppc64 s390" -SLOT="0" LICENSE="GPL-2 LGPL-2" +SLOT="0" +KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 ppc64 s390" +IUSE="" DEPEND="virtual/glibc" @@ -18,14 +19,9 @@ src_unpack() { sed -i "78d" rmt.c } -src_compile() { - econf || die - emake || die -} - src_install() { #our official mt is now the mt in app-arch/mt-st (supports Linux 2.4, unlike this one) - dobin cpio + dobin cpio || die doman cpio.1 - dodoc COPYING* ChangeLog NEWS README INSTALL + dodoc ChangeLog NEWS README INSTALL } |