summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-01-17 09:20:01 +0000
committerSamuli Suominen <drac@gentoo.org>2008-01-17 09:20:01 +0000
commit20eedd916a306d72ca842d8831513164710a985b (patch)
treef3c8b6ea338514f96d7902aaabf22153ece5026f /media-sound/twolame/twolame-0.3.12.ebuild
parentAdded tikiwiki-1.9.9 in response to sec issue #203265) (diff)
downloadgentoo-2-20eedd916a306d72ca842d8831513164710a985b.tar.gz
gentoo-2-20eedd916a306d72ca842d8831513164710a985b.tar.bz2
gentoo-2-20eedd916a306d72ca842d8831513164710a985b.zip
Version bump wrt #206309 which includes a fix to #200047 from upstream. Thanks to Ryan Hill and Juan Aguado.
(Portage version: 2.1.4)
Diffstat (limited to 'media-sound/twolame/twolame-0.3.12.ebuild')
-rw-r--r--media-sound/twolame/twolame-0.3.12.ebuild30
1 files changed, 30 insertions, 0 deletions
diff --git a/media-sound/twolame/twolame-0.3.12.ebuild b/media-sound/twolame/twolame-0.3.12.ebuild
new file mode 100644
index 000000000000..fb9f1007244d
--- /dev/null
+++ b/media-sound/twolame/twolame-0.3.12.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/twolame/twolame-0.3.12.ebuild,v 1.1 2008/01/17 09:20:00 drac Exp $
+
+inherit libtool
+
+DESCRIPTION="TwoLAME is an optimised MPEG Audio Layer 2 (MP2) encoder"
+HOMEPAGE="http://www.twolame.org"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND=">=media-libs/libsndfile-1"
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ # Needed for FreeBSD to get a sane .so versioning.
+ elibtoolize
+}
+
+src_install() {
+ emake DESTDIR="${D}" pkgdocdir="/usr/share/doc/${PF}" \
+ install || die "emake install failed."
+ dodoc AUTHORS ChangeLog README TODO
+ prepalldocs
+}