summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-11-25 21:37:06 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-11-25 21:37:06 +0000
commita50aed53ef6633844414d855c3b077a99f6240a2 (patch)
tree6f7d9c3c867bce0feb6eb15e0300dafd04b32dbe /media-libs
parentVersion bump. (diff)
downloadhistorical-a50aed53ef6633844414d855c3b077a99f6240a2.tar.gz
historical-a50aed53ef6633844414d855c3b077a99f6240a2.tar.bz2
historical-a50aed53ef6633844414d855c3b077a99f6240a2.zip
small fix0r
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/alsa-lib/alsa-lib-0.9.0_rc6.ebuild13
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() {