diff options
author | 2006-10-18 20:07:16 +0000 | |
---|---|---|
committer | 2006-10-18 20:07:16 +0000 | |
commit | 81792ece711fdd27e61cf2f648fe536960b5f5e9 (patch) | |
tree | 7cf55a14a2fb58ab0fddc44c8dec04d84a43a9b6 /sys-fs/fuseiso/fuseiso-20061017.ebuild | |
parent | net-p2p/moodriver: moodriver already in Portage (diff) | |
download | sunrise-81792ece711fdd27e61cf2f648fe536960b5f5e9.tar.gz sunrise-81792ece711fdd27e61cf2f648fe536960b5f5e9.tar.bz2 sunrise-81792ece711fdd27e61cf2f648fe536960b5f5e9.zip |
sys-fs/fuseiso: Version bump to 20061017
svn path=/sunrise/; revision=1577
Diffstat (limited to 'sys-fs/fuseiso/fuseiso-20061017.ebuild')
-rw-r--r-- | sys-fs/fuseiso/fuseiso-20061017.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sys-fs/fuseiso/fuseiso-20061017.ebuild b/sys-fs/fuseiso/fuseiso-20061017.ebuild new file mode 100644 index 000000000..f5bc23bcb --- /dev/null +++ b/sys-fs/fuseiso/fuseiso-20061017.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +DESCRIPTION="FUSE module to mount ISO9660 images" +SRC_URI="http://ubiz.ru/dm/${P}.tar.bz2" +HOMEPAGE="http://fuse.sourceforge.net/wiki/index.php/FuseIso" +LICENSE="GPL-2" +DEPEND=">=sys-fs/fuse-2.2.1 + >=dev-libs/glib-2.4.2" +KEYWORDS="~amd64 ~x86" +IUSE="" +SLOT="0" + +src_install () { + emake DESTDIR="${D}" install || die "emake install failed" + dodoc README NEWS ChangeLog AUTHORS +} + |