1
0
forked from ports/opt
opt/alsa-lib/Pkgfile

18 lines
391 B
Plaintext
Raw Normal View History

2006-02-23 15:26:10 +00:00
# Description: ALSA libraries
# URL: http://www.alsa-project.org/
2015-11-23 21:22:10 -06:00
# Maintainer: Matt Housh, jaeger at crux dot ninja
2006-02-23 15:26:10 +00:00
name=alsa-lib
2024-02-04 15:43:53 -06:00
version=1.2.11
2013-05-26 04:17:51 -05:00
release=1
source=(https://www.alsa-project.org/files/pub/lib/$name-$version.tar.bz2)
2006-02-23 15:26:10 +00:00
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-python
2006-02-23 15:26:10 +00:00
make
make DESTDIR=$PKG install
rm -f $PKG/usr/share/alsa/alsa.conf.d/README
2006-02-23 15:26:10 +00:00
}