opt/alsa-lib/Pkgfile

18 lines
389 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: ALSA libraries
# URL: http://www.alsa-project.org/
2015-11-24 04:22:10 +01:00
# Maintainer: Matt Housh, jaeger at crux dot ninja
2006-02-23 16:26:10 +01:00
name=alsa-lib
2022-10-28 21:27:54 +02:00
version=1.2.8
2013-05-26 11:17:51 +02:00
release=1
source=(http://www.alsa-project.org/files/pub/lib/$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
}