opt/alsa-lib/Pkgfile

20 lines
497 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.27
release=2
source=(http://crux.nu/files/distfiles/$name-$version.tar.bz2 \
0004-Use-__inline__-for-exported-headers.patch)
build() {
cd $name-$version
patch -p1 -i $SRC/0004-Use-__inline__-for-exported-headers.patch
./configure --prefix=/usr \
--disable-python
make
make DESTDIR=$PKG install
rm -f $PKG/usr/share/alsa/alsa.conf.d/README
}