summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-arch/unp/unp-1.0.13.ebuild')
-rw-r--r--app-arch/unp/unp-1.0.13.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/app-arch/unp/unp-1.0.13.ebuild b/app-arch/unp/unp-1.0.13.ebuild
new file mode 100644
index 000000000000..594192b7b275
--- /dev/null
+++ b/app-arch/unp/unp-1.0.13.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/unp/unp-1.0.13.ebuild,v 1.1 2007/12/23 17:24:03 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="~amd64 ~hppa ~ppc ~x86"
+IUSE=""
+DEPEND="dev-lang/perl
+ dev-perl/String-ShellQuote"
+
+src_compile() {
+ einfo "Nothing to compile"
+}
+
+src_install() {
+ dobin unp
+}