summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Portnoy <avenj@gentoo.org>2003-05-02 19:21:50 +0000
committerJon Portnoy <avenj@gentoo.org>2003-05-02 19:21:50 +0000
commit90c7963385430aadbeda9cccb65bd3dc85ba9265 (patch)
tree02d42b36c9cc48f8aecce3e0fe1d1b57a2775d77 /media-sound/toolame/toolame-02l.ebuild
parentInitial import, ebuild submitted by Par Karlsson in bug #19289 (diff)
downloadhistorical-90c7963385430aadbeda9cccb65bd3dc85ba9265.tar.gz
historical-90c7963385430aadbeda9cccb65bd3dc85ba9265.tar.bz2
historical-90c7963385430aadbeda9cccb65bd3dc85ba9265.zip
Initial import, ebuild submitted by Par Karlsson in bug #19289
Diffstat (limited to 'media-sound/toolame/toolame-02l.ebuild')
-rw-r--r--media-sound/toolame/toolame-02l.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/media-sound/toolame/toolame-02l.ebuild b/media-sound/toolame/toolame-02l.ebuild
new file mode 100644
index 000000000000..bc052a41c7be
--- /dev/null
+++ b/media-sound/toolame/toolame-02l.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/toolame/toolame-02l.ebuild,v 1.1 2003/05/02 19:21:29 avenj Exp $
+
+DESCRIPTION="tooLAME - an optimized mpeg 1/2 layer 2 audio encoder"
+HOMEPAGE="http://www.planckenergy.com"
+SRC_URI="mirror://sourceforge/toolame/${P}.tgz"
+
+SLOT="0"
+LICENSE="LGPL-2.1"
+KEYWORDS="~x86"
+
+DEPEND="virtual/glibc
+ sys-devel/gcc"
+
+src_compile() {
+ epatch ${FILESDIR}/${P}-gentoo.diff || die
+ emake || die
+}
+
+src_install() {
+ dobin toolame || die
+ dodoc README HISTORY FUTURE html/* text/*
+}
+
+