diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-11-25 21:37:06 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-11-25 21:37:06 +0000 |
commit | d25d789eafd42ed7b8262ed741240a6f385a6c9a (patch) | |
tree | 001294bab5c724cbbc6206e6c885a0a8dcc596e7 /media-libs/alsa-lib | |
parent | Version bump. (diff) | |
download | gentoo-2-d25d789eafd42ed7b8262ed741240a6f385a6c9a.tar.gz gentoo-2-d25d789eafd42ed7b8262ed741240a6f385a6c9a.tar.bz2 gentoo-2-d25d789eafd42ed7b8262ed741240a6f385a6c9a.zip |
small fix0r
Diffstat (limited to 'media-libs/alsa-lib')
-rw-r--r-- | media-libs/alsa-lib/alsa-lib-0.9.0_rc6.ebuild | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/media-libs/alsa-lib/alsa-lib-0.9.0_rc6.ebuild b/media-libs/alsa-lib/alsa-lib-0.9.0_rc6.ebuild index 321332cac243..79d7dc0be097 100644 --- a/media-libs/alsa-lib/alsa-lib-0.9.0_rc6.ebuild +++ b/media-libs/alsa-lib/alsa-lib-0.9.0_rc6.ebuild @@ -1,19 +1,18 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-0.9.0_rc6.ebuild,v 1.2 2002/11/25 04:48:03 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/alsa-lib/alsa-lib-0.9.0_rc6.ebuild,v 1.3 2002/11/25 21:37:06 seemant Exp $ +MY_P=${P/_rc/rc} +S=${WORKDIR}/${MY_P} +SRC_URI="ftp://ftp.alsa-project.org/pub/lib/${MY_P}.tar.bz2" DESCRIPTION="Advanced Linux Sound Architecture Library" HOMEPAGE="http://www.alsa-project.org/" -LICENSE="GPL-2 LGPL-2.1" - -DEPEND="virtual/glibc" SLOT="0" KEYWORDS="~x86" +LICENSE="GPL-2 LGPL-2.1" -SRC_URI="ftp://ftp.alsa-project.org/pub/lib/${MY_P}.tar.bz2" -MY_P=${P/_rc/rc} -S=${WORKDIR}/${MY_P} +DEPEND="virtual/glibc" src_compile() { |