summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/fuseiso')
-rw-r--r--sys-fs/fuseiso/fuseiso-20070708.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/sys-fs/fuseiso/fuseiso-20070708.ebuild b/sys-fs/fuseiso/fuseiso-20070708.ebuild
new file mode 100644
index 0000000..d6afa07
--- /dev/null
+++ b/sys-fs/fuseiso/fuseiso-20070708.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="FuseIso is a FUSE module to mount ISO filesystem images (.iso
+files, .bin files, .nrg files..)."
+HOMEPAGE="http://fuse.sourceforge.net/wiki/index.php/FuseIso"
+SRC_URI="http://ubiz.ru/dm/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND=" >=sys-fs/fuse-2.3
+ >=dev-libs/glib-2.4.2
+"
+src_install() {
+ emake DESTDIR=${D} install || die "emake install failed"
+ dodoc AUTHORS COPYING INSTALL NEWS README TODO ChangeLog
+}