alsa-lib: sanitize deps, bumprev.

--HG--
extra : convert_revision : 1fd5ce116b25641db7be47c3fe9187ff2d5b2886
This commit is contained in:
Juan RP 2010-01-11 13:46:52 +01:00
parent 748e80d1f8
commit b2a2c60e43
2 changed files with 7 additions and 1 deletions

View File

@ -5,6 +5,9 @@ long_desc="${long_desc}
This package contains files for development, headers, static libs, etc." This package contains files for development, headers, static libs, etc."
revision=1
Add_dependency run glibc-devel
Add_dependency run alsa-lib Add_dependency run alsa-lib
do_install() do_install()

View File

@ -1,6 +1,7 @@
# Template build file for 'alsa-lib'. # Template build file for 'alsa-lib'.
pkgname=alsa-lib pkgname=alsa-lib
version=1.0.20 version=1.0.20
revision=1
distfiles="ftp://ftp.alsa-project.org/pub/lib/$pkgname-$version.tar.bz2" distfiles="ftp://ftp.alsa-project.org/pub/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure build_style=gnu_configure
short_desc="The Advanced Linux Sound Architecture (ALSA) library" short_desc="The Advanced Linux Sound Architecture (ALSA) library"
@ -15,5 +16,7 @@ long_desc="
the older OSS API, providing binary compatibility for most OSS programs." the older OSS API, providing binary compatibility for most OSS programs."
subpackages="$pkgname-devel" subpackages="$pkgname-devel"
Add_dependency run glibc
Add_dependency run python
Add_dependency build pkg-config Add_dependency build pkg-config
Add_dependency full glibc Add_dependency build python-devel