diff options
author | Jon Portnoy <avenj@gentoo.org> | 2003-05-02 19:21:50 +0000 |
---|---|---|
committer | Jon Portnoy <avenj@gentoo.org> | 2003-05-02 19:21:50 +0000 |
commit | 29a7bde7e3cbd5304da45bbf8e548acc3a778d07 (patch) | |
tree | d0351d3ed849421eddb99fc4da4f4a70baea0110 /media-sound/toolame/toolame-02l.ebuild | |
parent | Initial import, ebuild submitted by Par Karlsson in bug #19289 (diff) | |
download | gentoo-2-29a7bde7e3cbd5304da45bbf8e548acc3a778d07.tar.gz gentoo-2-29a7bde7e3cbd5304da45bbf8e548acc3a778d07.tar.bz2 gentoo-2-29a7bde7e3cbd5304da45bbf8e548acc3a778d07.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.ebuild | 26 |
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/* +} + + |