opt/alsa-lib/Pkgfile

16 lines
320 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: ALSA libraries
# URL: http://www.alsa-project.org
# Maintainer: Matt Housh, jaeger at morpheus dot net
name=alsa-lib
2007-04-30 15:37:24 +02:00
version=1.0.14rc3
2006-02-23 16:26:10 +01:00
release=1
source=(http://gentoo.osuosl.org/distfiles/$name-$version.tar.bz2)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}