Hook help command-line option and insert usage printout
[rarfs.git] / doc / rarfs-0.0.8.ebuild
blob2c847d00190a10d4d9e8265d4a89a7d1f5263376
1 # Copyright 1999-2008 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
5 inherit eutils
7 DESCRIPTION="Fuse-filesystem for not compressed rar archives."
8 SRC_URI="mirror://sourceforge/rarfs/${P}.tar.gz"
9 HOMEPAGE="http://rarfs.wiki.sourceforge.net/"
10 LICENSE="GPL-2"
11 DEPEND=">=sys-fs/fuse-2.5.0"
12 KEYWORDS="ppc64 X86"
13 SLOT="0"
14 IUSE=""
16 src_unpack()
18 unpack ${A}
19 cd "${S}"
20 epatch "${FILESDIR}"/rarfs.patch
23 src_install ()
25 make DESTDIR=${D} install || die "make install failed"
26 dodoc README NEWS ChangeLog AUTHORS