summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-05-31 19:46:33 +0000
committerMike Frysinger <vapier@gentoo.org>2004-05-31 19:46:33 +0000
commit25df3ee6a03003c4f260308192ffb1794b35d0c6 (patch)
tree0ecf8f15c8f0c5169f99632fd2c84e14c34924a7 /app-arch/cabextract/cabextract-0.5.ebuild
parentAnother version bump (Manifest recommit) (diff)
downloadgentoo-2-25df3ee6a03003c4f260308192ffb1794b35d0c6.tar.gz
gentoo-2-25df3ee6a03003c4f260308192ffb1794b35d0c6.tar.bz2
gentoo-2-25df3ee6a03003c4f260308192ffb1794b35d0c6.zip
dont install stupid COPYING files among other things
Diffstat (limited to 'app-arch/cabextract/cabextract-0.5.ebuild')
-rw-r--r--app-arch/cabextract/cabextract-0.5.ebuild16
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
}