summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Boeck <hanno@gentoo.org>2003-11-27 18:14:07 +0000
committerHanno Boeck <hanno@gentoo.org>2003-11-27 18:14:07 +0000
commita681ca5e84feeb348b94cea294149d7e843dfa23 (patch)
treeffcf67952ea720246ef34811d7194ed692f56ff2 /app-arch/unp/unp-1.0.8.ebuild
parentx86 stable (diff)
downloadhistorical-a681ca5e84feeb348b94cea294149d7e843dfa23.tar.gz
historical-a681ca5e84feeb348b94cea294149d7e843dfa23.tar.bz2
historical-a681ca5e84feeb348b94cea294149d7e843dfa23.zip
added unp package
Diffstat (limited to 'app-arch/unp/unp-1.0.8.ebuild')
-rw-r--r--app-arch/unp/unp-1.0.8.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/app-arch/unp/unp-1.0.8.ebuild b/app-arch/unp/unp-1.0.8.ebuild
new file mode 100644
index 000000000000..66445c780181
--- /dev/null
+++ b/app-arch/unp/unp-1.0.8.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/unp/unp-1.0.8.ebuild,v 1.1 2003/11/27 18:13:52 hanno Exp $
+
+DESCRIPTION="Script for unpacking various file formats"
+HOMEPAGE="http://packages.qa.debian.org/u/unp.html"
+SRC_URI="mirror://debian/pool/main/u/unp/${PN}_${PV}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+DEPEND="dev-lang/perl"
+S=${WORKDIR}/${P}
+
+src_compile() {
+ einfo "Nothing to compile"
+}
+
+src_install() {
+ dobin unp
+}