summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2007-09-14 01:02:27 +0000
committerDaniel Black <dragonheart@gentoo.org>2007-09-14 01:02:27 +0000
commit15e2b5ce1e175ffa31bf870f8fffe5dbf77c9789 (patch)
treeb11d4ae31668ce190a2477108d110dd495e9925b /sys-fs/mp3fs/mp3fs-0.11.ebuild
parentwhitespace (diff)
downloadgentoo-2-15e2b5ce1e175ffa31bf870f8fffe5dbf77c9789.tar.gz
gentoo-2-15e2b5ce1e175ffa31bf870f8fffe5dbf77c9789.tar.bz2
gentoo-2-15e2b5ce1e175ffa31bf870f8fffe5dbf77c9789.zip
version bump - upstream bug fixes
(Portage version: 2.1.2.12)
Diffstat (limited to 'sys-fs/mp3fs/mp3fs-0.11.ebuild')
-rw-r--r--sys-fs/mp3fs/mp3fs-0.11.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/sys-fs/mp3fs/mp3fs-0.11.ebuild b/sys-fs/mp3fs/mp3fs-0.11.ebuild
new file mode 100644
index 000000000000..b269da431acb
--- /dev/null
+++ b/sys-fs/mp3fs/mp3fs-0.11.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/mp3fs/mp3fs-0.11.ebuild,v 1.1 2007/09/14 01:02:26 dragonheart Exp $
+
+DESCRIPTION="MP3FS is a read-only FUSE filesystem which transcodes FLAC audio files to MP3 on the fly when opened and read."
+HOMEPAGE="http://mp3fs.sf.net"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+DEPEND="sys-fs/fuse
+ media-libs/libid3tag
+ media-libs/flac
+ media-sound/lame"
+RDEPEND="${DEPEND}"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+ dodoc README
+}