opt/alsa-lib/Pkgfile
2007-10-16 07:32:19 -05:00

16 lines
317 B
Plaintext

# Description: ALSA libraries
# URL: http://www.alsa-project.org
# Maintainer: Matt Housh, jaeger at morpheus dot net
name=alsa-lib
version=1.0.15
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
}