contrib/freealut/Pkgfile

22 lines
464 B
Plaintext
Raw Normal View History

2008-02-19 14:23:55 +01:00
# Description: A free implementation of OpenAL's ALUT standard.
2014-08-23 15:49:22 +02:00
# URL: http://www.openal.org/
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
2008-02-19 14:23:55 +01:00
# Depends on: openal
name=freealut
version=1.1.0
release=1
2014-08-23 15:49:22 +02:00
source=(http://pkgs.fedoraproject.org/repo/pkgs/freealut/freealut-1.1.0.tar.gz/e089b28a0267faabdb6c079ee173664a/$name-$version.tar.gz)
2008-02-19 14:23:55 +01:00
build() {
cd freealut-$version
./configure \
--prefix=/usr \
--disable-static
make
make DESTDIR=$PKG install
}