summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2004-06-17 23:02:52 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2004-06-17 23:02:52 +0000
commit86040aa09c1cf429e9345a5a40d27fbfde28e566 (patch)
tree2b37d8ff0cee7498a8b7ffe5dd5a4bb95e6b3279 /app-arch/cabextract/cabextract-1.0.ebuild
parentNew version that hopefully won't break all running perl processes. (diff)
downloadhistorical-86040aa09c1cf429e9345a5a40d27fbfde28e566.tar.gz
historical-86040aa09c1cf429e9345a5a40d27fbfde28e566.tar.bz2
historical-86040aa09c1cf429e9345a5a40d27fbfde28e566.zip
Version bump. Bug #44729.
Diffstat (limited to 'app-arch/cabextract/cabextract-1.0.ebuild')
-rw-r--r--app-arch/cabextract/cabextract-1.0.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/app-arch/cabextract/cabextract-1.0.ebuild b/app-arch/cabextract/cabextract-1.0.ebuild
new file mode 100644
index 000000000000..c5e7f735f6d0
--- /dev/null
+++ b/app-arch/cabextract/cabextract-1.0.ebuild
@@ -0,0 +1,19 @@
+# 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-1.0.ebuild,v 1.1 2004/06/17 23:02:52 matsuu Exp $
+
+DESCRIPTION="Extracts files from Microsoft .cab files"
+HOMEPAGE="http://www.kyz.uklinux.net/cabextract.php"
+SRC_URI="http://www.kyz.uklinux.net/downloads/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 ~ppc64"
+IUSE=""
+
+DEPEND="virtual/glibc"
+
+src_install() {
+ make DESTDIR=${D} install || die
+ dodoc AUTHORS ChangeLog INSTALL NEWS README TODO doc/magic
+}