summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2008-03-15 21:05:32 +0000
committerStefan Schweizer <genstef@gentoo.org>2008-03-15 21:05:32 +0000
commit6b14255aba7a241ca15823eaa3254a83b340c3e3 (patch)
tree0f6739cbba0c588b17c6adef00b585bbcf5474c0 /sys-fs
parentplease use the kde overlay (diff)
downloadgenstef-master.tar.gz
genstef-master.tar.bz2
genstef-master.zip
ccd2iso needs too much space ;)HEADmaster
svn path=/; revision=112
Diffstat (limited to 'sys-fs')
-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
+}