You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-fs/lufis/lufis-0.2.ebuild

35 lines
645 B

# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
inherit eutils
DESCRIPTION="Wrapper to use lufs modules with fuse kernel support"
SRC_URI="mirror://sourceforge/avf/${P}.tar.gz"
HOMEPAGE="http://avf.sourceforge.net/"
LICENSE="GPL-2"
DEPEND="!<sys-fs/lufs-0.9.7-r3
>=sys-fs/fuse-1.3"
KEYWORDS="x86 ~ppc"
SLOT="0"
IUSE=""
src_unpack() {
unpack ${A}
cd ${S}
epatch ${FILESDIR}/${P}-lufs.patch
}
src_compile () {
emake || die "emake failed"
}
src_install () {
dobin lufis
dodoc README COPYING ChangeLog
insinto /usr/include/lufs/
doins lufs/fs.h
doins lufs/proto.h
}