opt/alsa-lib/Pkgfile
2012-12-29 19:19:18 +01:00

18 lines
381 B
Plaintext

# Description: ALSA libraries
# URL: http://www.alsa-project.org/
# Maintainer: Matt Housh, jaeger at morpheus dot net
name=alsa-lib
version=1.0.26
release=1
source=(http://crux.nu/files/distfiles/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-python
make
make DESTDIR=$PKG install
rm -f $PKG/usr/share/alsa/alsa.conf.d/README
}