diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-31 19:41:37 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-31 19:41:37 +0000 |
commit | 01aceb462a99b873ac54183e5d657a78a8ea0cee (patch) | |
tree | a4fa93a030527f9b14ff0736b05bc93181b7703c /app-arch/cabextract | |
parent | Another version bump (diff) | |
download | historical-01aceb462a99b873ac54183e5d657a78a8ea0cee.tar.gz historical-01aceb462a99b873ac54183e5d657a78a8ea0cee.tar.bz2 historical-01aceb462a99b873ac54183e5d657a78a8ea0cee.zip |
dont install stupid COPYING files among other things
Diffstat (limited to 'app-arch/cabextract')
-rw-r--r-- | app-arch/cabextract/cabextract-0.5.ebuild | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/app-arch/cabextract/cabextract-0.5.ebuild b/app-arch/cabextract/cabextract-0.5.ebuild index e2549e13e3fe..3995654c12eb 100644 --- a/app-arch/cabextract/cabextract-0.5.ebuild +++ b/app-arch/cabextract/cabextract-0.5.ebuild @@ -1,24 +1,20 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/cabextract/cabextract-0.5.ebuild,v 1.18 2004/04/26 15:27:08 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/cabextract/cabextract-0.5.ebuild,v 1.19 2004/05/31 19:41:37 vapier Exp $ DESCRIPTION="Extracts files from Microsoft .cab files" -SRC_URI="http://www.kyz.uklinux.net/downloads/${P}.tar.gz" HOMEPAGE="http://www.kyz.uklinux.net/cabextract.php3" +SRC_URI="http://www.kyz.uklinux.net/downloads/${P}.tar.gz" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="x86 ppc sparc alpha" +IUSE="" DEPEND="virtual/glibc" -src_compile() { - econf || die "econf failed" - emake || die -} - src_install() { - dobin cabextract + dobin cabextract || die doman cabextract.1 - dodoc COPYING NEWS README TODO AUTHORS + dodoc NEWS README TODO AUTHORS } |