16 lines
319 B
Plaintext
16 lines
319 B
Plaintext
# Description: ALSA libraries
|
|
# URL: http://www.alsa-project.org
|
|
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
|
|
|
|
name=alsa-lib
|
|
version=1.0.17a
|
|
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
|
|
}
|