summaryrefslogtreecommitdiff
blob: 09d0e57381cb2b55005411010037c2c7275c0304 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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.4.ebuild,v 1.10 2005/03/14 12:46:45 nigoro Exp $

DESCRIPTION="A simple bash driven frontend to simplify decompression of files"
HOMEPAGE="http://pocketninja.com/code/unfoo/"
SRC_URI="http://pocketninja.com/code/unfoo/download/${P}"
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://pocketninja.com/code/unfoo/"
	echo
}