opt/alsa-lib/Pkgfile

20 lines
497 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: ALSA libraries
# URL: http://www.alsa-project.org/
# Maintainer: Matt Housh, jaeger at morpheus dot net
2006-02-23 16:26:10 +01:00
name=alsa-lib
2013-04-22 15:23:11 +02:00
version=1.0.27
release=2
source=(http://crux.nu/files/distfiles/$name-$version.tar.bz2 \
0004-Use-__inline__-for-exported-headers.patch)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
patch -p1 -i $SRC/0004-Use-__inline__-for-exported-headers.patch
./configure --prefix=/usr \
--disable-python
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install
rm -f $PKG/usr/share/alsa/alsa.conf.d/README
2006-02-23 16:26:10 +01:00
}