diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2004-01-14 21:31:24 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2004-01-14 21:31:24 +0000 |
commit | 806f8dc1c9f9a6d14b788d7d89f2436cd3db01ac (patch) | |
tree | d583297537a1e7a82f9b7e31bd3c0173495122ad /media-libs/ladspa-cmt/ladspa-cmt-1.15.ebuild | |
parent | add dailystrips-update script install (bug 38151) (diff) | |
download | gentoo-2-806f8dc1c9f9a6d14b788d7d89f2436cd3db01ac.tar.gz gentoo-2-806f8dc1c9f9a6d14b788d7d89f2436cd3db01ac.tar.bz2 gentoo-2-806f8dc1c9f9a6d14b788d7d89f2436cd3db01ac.zip |
removed A variable
Diffstat (limited to 'media-libs/ladspa-cmt/ladspa-cmt-1.15.ebuild')
-rw-r--r-- | media-libs/ladspa-cmt/ladspa-cmt-1.15.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/media-libs/ladspa-cmt/ladspa-cmt-1.15.ebuild b/media-libs/ladspa-cmt/ladspa-cmt-1.15.ebuild index e1b6d39db74e..cd3c49f24ea7 100644 --- a/media-libs/ladspa-cmt/ladspa-cmt-1.15.ebuild +++ b/media-libs/ladspa-cmt/ladspa-cmt-1.15.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ladspa-cmt-1.15.ebuild,v 1.4 2003/09/11 01:17:47 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ladspa-cmt-1.15.ebuild,v 1.5 2004/01/14 21:31:16 rphillips Exp $ S=${WORKDIR}/cmt/src P=cmt_src_${PV} -A=${P}.tgz DESCRIPTION="CMT (computer music toolkit) Lasdpa library plugins" HOMEPAGE="http://www.ladspa.org/" @@ -16,7 +15,7 @@ KEYWORDS="x86" SLOT="0" src_unpack() { - unpack "${A}" + unpack "${P}.tgz" cd "${S}" sed -e "/^CFLAGS/ s/-O3/${CFLAGS}/" \ -e 's|/usr/local/include||g' \ |