diff options
author | Nick Hadaway <raker@gentoo.org> | 2003-07-08 17:15:14 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2003-07-08 17:15:14 +0000 |
commit | 647a00bb2124a20047408ab836c7656fbd5a4e8a (patch) | |
tree | fba8b7dd088ea9fff2dc202a125ee4e3114b4144 /media-libs/ladspa-cmt/ladspa-cmt-1.15.ebuild | |
parent | fixing SRC_URI (diff) | |
download | gentoo-2-647a00bb2124a20047408ab836c7656fbd5a4e8a.tar.gz gentoo-2-647a00bb2124a20047408ab836c7656fbd5a4e8a.tar.bz2 gentoo-2-647a00bb2124a20047408ab836c7656fbd5a4e8a.zip |
fixed a minor problem with P
Diffstat (limited to 'media-libs/ladspa-cmt/ladspa-cmt-1.15.ebuild')
-rw-r--r-- | media-libs/ladspa-cmt/ladspa-cmt-1.15.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/media-libs/ladspa-cmt/ladspa-cmt-1.15.ebuild b/media-libs/ladspa-cmt/ladspa-cmt-1.15.ebuild index de385dc9502e..d0e1bf7f3a13 100644 --- a/media-libs/ladspa-cmt/ladspa-cmt-1.15.ebuild +++ b/media-libs/ladspa-cmt/ladspa-cmt-1.15.ebuild @@ -1,20 +1,20 @@ # 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.1 2003/07/07 18:07:53 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/ladspa-cmt/ladspa-cmt-1.15.ebuild,v 1.2 2003/07/08 17:15:14 raker 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/" LICENSE="LGPL-2.1" DEPEND="media-libs/ladspa-sdk" -SRC_URI="http://www.ladspa.org/download/cmt_src_${PV}.tgz" +SRC_URI="http://www.ladspa.org/download/${P}.tgz" KEYWORDS="x86" SLOT="0" -S=${WORKDIR}/cmt/src -P=cmt_src -A=${P}.tgz - src_unpack() { unpack "${A}" cd "${S}" |