summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatsuu Takuto <matsuu@gentoo.org>2006-10-08 05:09:12 +0000
committerMatsuu Takuto <matsuu@gentoo.org>2006-10-08 05:09:12 +0000
commitee96a2577e4c7dc37d448dfcff98983f426ced0c (patch)
tree12338c903bccb91ce00f96bff611c089f228b024 /media-sound/twolame/twolame-0.3.8.ebuild
parentRev bump. Includes updates to pvrusb2 firmwares. Fixed issue where I wasn't c... (diff)
downloadgentoo-2-ee96a2577e4c7dc37d448dfcff98983f426ced0c.tar.gz
gentoo-2-ee96a2577e4c7dc37d448dfcff98983f426ced0c.tar.bz2
gentoo-2-ee96a2577e4c7dc37d448dfcff98983f426ced0c.zip
Initial import, bug 120469.
(Portage version: 2.1.1-r1)
Diffstat (limited to 'media-sound/twolame/twolame-0.3.8.ebuild')
-rw-r--r--media-sound/twolame/twolame-0.3.8.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/media-sound/twolame/twolame-0.3.8.ebuild b/media-sound/twolame/twolame-0.3.8.ebuild
new file mode 100644
index 000000000000..e6388353d5e0
--- /dev/null
+++ b/media-sound/twolame/twolame-0.3.8.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/twolame/twolame-0.3.8.ebuild,v 1.1 2006/10/08 05:09:12 matsuu Exp $
+
+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="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=media-libs/libsndfile-1.0.11"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+ dodoc AUTHORS ChangeLog README TODO
+}