diff options
author | Hanno Boeck <hanno@gentoo.org> | 2003-11-27 18:14:07 +0000 |
---|---|---|
committer | Hanno Boeck <hanno@gentoo.org> | 2003-11-27 18:14:07 +0000 |
commit | a681ca5e84feeb348b94cea294149d7e843dfa23 (patch) | |
tree | ffcf67952ea720246ef34811d7194ed692f56ff2 /app-arch/unp/unp-1.0.8.ebuild | |
parent | x86 stable (diff) | |
download | historical-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.ebuild | 21 |
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 +} |