opt/alsa-lib/Pkgfile

18 lines
376 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: ALSA libraries
# URL: http://www.alsa-project.org/
2014-04-12 03:43:53 +02:00
# Maintainer: Matt Housh, jaeger at crux dot nu
2006-02-23 16:26:10 +01:00
name=alsa-lib
2014-07-21 04:56:57 +02:00
version=1.0.28
2013-05-26 11:17:51 +02:00
release=1
source=(http://crux.nu/files/distfiles/$name-$version.tar.bz2)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
./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
}