alsa-lib: sanitize deps, bumprev.
--HG-- extra : convert_revision : 1fd5ce116b25641db7be47c3fe9187ff2d5b2886
This commit is contained in:
parent
748e80d1f8
commit
b2a2c60e43
2 changed files with 7 additions and 1 deletions
|
@ -5,6 +5,9 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
revision=1
|
||||
|
||||
Add_dependency run glibc-devel
|
||||
Add_dependency run alsa-lib
|
||||
|
||||
do_install()
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Template build file for 'alsa-lib'.
|
||||
pkgname=alsa-lib
|
||||
version=1.0.20
|
||||
revision=1
|
||||
distfiles="ftp://ftp.alsa-project.org/pub/lib/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
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."
|
||||
|
||||
subpackages="$pkgname-devel"
|
||||
Add_dependency run glibc
|
||||
Add_dependency run python
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency full glibc
|
||||
Add_dependency build python-devel
|
||||
|
|
Loading…
Reference in a new issue