opt/alsa-lib/Pkgfile

16 lines
318 B
Plaintext
Raw Normal View History

2006-02-23 15:26:10 +00:00
# Description: ALSA libraries
# URL: http://www.alsa-project.org
# Maintainer: Matt Housh, jaeger at morpheus dot net
name=alsa-lib
2007-08-06 16:17:11 -05:00
version=1.0.14a
2006-02-23 15:26:10 +00:00
release=1
2007-06-06 12:01:23 -05:00
source=(ftp://ftp.alsa-project.org/pub/lib/$name-$version.tar.bz2)
2006-02-23 15:26:10 +00:00
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}