summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Trygve Kalleberg <karltk@gentoo.org>2001-10-31 19:55:36 +0000
committerKarl Trygve Kalleberg <karltk@gentoo.org>2001-10-31 19:55:36 +0000
commitdda668c2b0f398ba83d83d5acb0f5a172b1c2307 (patch)
tree1abc07cbfbda2d53b338e21921fea3cd0dcf1879 /app-arch/cabextract
parentAdded tcl/tk versioning patch (diff)
downloadhistorical-dda668c2b0f398ba83d83d5acb0f5a172b1c2307.tar.gz
historical-dda668c2b0f398ba83d83d5acb0f5a172b1c2307.tar.bz2
historical-dda668c2b0f398ba83d83d5acb0f5a172b1c2307.zip
Cabextract is an unpacker for .CAB and cabinet .EXE files
Diffstat (limited to 'app-arch/cabextract')
-rw-r--r--app-arch/cabextract/cabextract-0.5.ebuild32
-rw-r--r--app-arch/cabextract/files/digest-cabextract-0.51
2 files changed, 33 insertions, 0 deletions
diff --git a/app-arch/cabextract/cabextract-0.5.ebuild b/app-arch/cabextract/cabextract-0.5.ebuild
new file mode 100644
index 000000000000..13e84bcebf49
--- /dev/null
+++ b/app-arch/cabextract/cabextract-0.5.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Author Joshua Pollak <pardsbane@offthehill.org>
+# /home/cvsroot/gentoo-x86/sys-apps/less/less-358-r2.ebuild,v 1.1 2001/02/07 15:51:27 achim Exp
+
+A=${P}.tar.gz
+S=${WORKDIR}/${P}
+DESCRIPTION="Extracts files from Microsoft .cab files."
+SRC_URI="http://www.kyz.uklinux.net/downloads/${A}"
+HOMEPAGE="http://www.kyz.uklinux.net/cabextract.php3"
+
+DEPEND=""
+
+src_compile() {
+
+ try ./configure --host=${CHOST} --prefix=/usr --mandir=/usr/share/man
+ try pmake
+
+}
+
+src_install() {
+
+ dobin cabextract
+
+ doman cabextract.1
+
+ dodoc COPYING NEWS README TODO AUTHORS
+}
+
+
+
+
diff --git a/app-arch/cabextract/files/digest-cabextract-0.5 b/app-arch/cabextract/files/digest-cabextract-0.5
new file mode 100644
index 000000000000..2ae1630ba60c
--- /dev/null
+++ b/app-arch/cabextract/files/digest-cabextract-0.5
@@ -0,0 +1 @@
+MD5 7c48be6b93483409ba94022a08d1ee09 cabextract-0.5.tar.gz