summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/twolame/twolame-0.3.7.ebuild')
-rw-r--r--media-sound/twolame/twolame-0.3.7.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/media-sound/twolame/twolame-0.3.7.ebuild b/media-sound/twolame/twolame-0.3.7.ebuild
new file mode 100644
index 000000000..42c1dbab1
--- /dev/null
+++ b/media-sound/twolame/twolame-0.3.7.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="TwoLAME is an optimised MPEG Audio Layer 2 (MP2) encoder"
+HOMEPAGE="http://www.twolame.org/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~amd64"
+
+IUSE=""
+
+
+DEPEND=">=media-libs/libsndfile-1.0.11"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+
+ dodoc AUTHORS ChangeLog README TODO
+}