diff options
author | John N. Laliberte <allanonjl@gentoo.org> | 2005-05-10 13:44:07 +0000 |
---|---|---|
committer | John N. Laliberte <allanonjl@gentoo.org> | 2005-05-10 13:44:07 +0000 |
commit | fcfe858b97fbffb8dbf42959ec3725d371ebf3d2 (patch) | |
tree | 711e512f00e9cd1461716733c44c5b140365ddd7 /app-misc/unfoo/unfoo-1.0.5.ebuild | |
parent | Version bump for security bug 91467. (diff) | |
download | historical-fcfe858b97fbffb8dbf42959ec3725d371ebf3d2.tar.gz historical-fcfe858b97fbffb8dbf42959ec3725d371ebf3d2.tar.bz2 historical-fcfe858b97fbffb8dbf42959ec3725d371ebf3d2.zip |
Version bump and homepage fixes, added myself as maintainer.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-misc/unfoo/unfoo-1.0.5.ebuild')
-rw-r--r-- | app-misc/unfoo/unfoo-1.0.5.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/app-misc/unfoo/unfoo-1.0.5.ebuild b/app-misc/unfoo/unfoo-1.0.5.ebuild new file mode 100644 index 000000000000..5d4e4ce565a4 --- /dev/null +++ b/app-misc/unfoo/unfoo-1.0.5.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/unfoo/unfoo-1.0.5.ebuild,v 1.1 2005/05/10 13:44:07 allanonjl Exp $ + +DESCRIPTION="A simple bash driven frontend to simplify decompression of files" +HOMEPAGE="http://obsoleet.org/code/unfoo" +SRC_URI="${HOMEPAGE}/${P}.sh" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~ppc ~x86 ~sparc ~s390 ~ppc64" +IUSE="" + +DEPEND="" +RDEPEND="" + +S=${WORKDIR} + +src_unpack() { + cp ${DISTDIR}/${A} ${WORKDIR} +} + +src_install() { + newbin ${P} unfoo +} + +pkg_postinst() { + echo + einfo "unfoo can handle far more than just .tar*, but it requires some" + einfo "optional packages to do so. For a list, either consult the source" + einfo "(less /usr/bin/unfoo), or see http://obsoleet.org/code/unfoo" + echo +} |