summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2004-03-11 21:56:35 +0000
committerHanno Böck <hanno@gentoo.org>2004-03-11 21:56:35 +0000
commitfcee3ced8fa877383a2502102c20d441a7a7d398 (patch)
treec3305401a05f6544b51f837940e43667193c096e /app-arch/unp/unp-1.0.9.ebuild
parentmark unrtf-0.19.3 stable x86. (Manifest recommit) (diff)
downloadgentoo-2-fcee3ced8fa877383a2502102c20d441a7a7d398.tar.gz
gentoo-2-fcee3ced8fa877383a2502102c20d441a7a7d398.tar.bz2
gentoo-2-fcee3ced8fa877383a2502102c20d441a7a7d398.zip
unp version bump
Diffstat (limited to 'app-arch/unp/unp-1.0.9.ebuild')
-rw-r--r--app-arch/unp/unp-1.0.9.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/app-arch/unp/unp-1.0.9.ebuild b/app-arch/unp/unp-1.0.9.ebuild
new file mode 100644
index 000000000000..d8aa6e7f9ba3
--- /dev/null
+++ b/app-arch/unp/unp-1.0.9.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.9.ebuild,v 1.1 2004/03/11 21:56:35 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
+}