extra/alsa-lib: new aport

http://www.alsa-project.org
This commit is contained in:
Natanael Copa 2009-01-30 14:53:14 +00:00
parent f880763681
commit 28caeca29d

19
extra/alsa-lib/APKBUILD Normal file
View File

@ -0,0 +1,19 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=alsa-lib
pkgver=1.0.18
pkgrel=0
pkgdesc="An alternative implementation of Linux sound support"
url="http://www.alsa-project.org"
license="GPL"
depends="uclibc"
subpackages="$pkgname-dev"
source="ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2"
build ()
{
cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr --disable-python
make || return 1
make -j1 DESTDIR="$pkgdir" install
}
md5sums="de60df7541fafe8c6a3397e0f105ff0e alsa-lib-1.0.18.tar.bz2"