opt/alsa-lib/Pkgfile
2009-12-20 21:08:17 +01:00

17 lines
339 B
Plaintext

# Description: ALSA libraries
# URL: http://www.alsa-project.org
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
# Depends on: python
name=alsa-lib
version=1.0.22
release=1
source=(ftp://ftp.alsa-project.org/pub/lib/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}