opt/alsa-lib/Pkgfile

17 lines
341 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: ALSA libraries
# URL: http://www.alsa-project.org
2008-01-30 21:05:15 +01:00
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
2009-07-09 20:44:52 +02:00
# Depends on: python
2006-02-23 16:26:10 +01:00
name=alsa-lib
2011-03-30 18:52:40 +02:00
version=1.0.24.1
2009-09-11 20:48:41 +02:00
release=1
2007-06-06 19:01:23 +02:00
source=(ftp://ftp.alsa-project.org/pub/lib/$name-$version.tar.bz2)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}