#Packager Dimitris Tzemos #Former Packager: Maximus (maximuus[at]gmail[dot]com) pkgname=openal-soft pkgver=1.14 pkgrel=1dj source=(http://kcat.strangesoft.net/openal-releases/$pkgname-$pkgver.tar.bz2) sourcetemplate=http://people.salixos.org/djemos/$pkgname docs=("readme" "copying") url=http://kcat.strangesoft.net/openal.html slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "openal-soft (a cross-platform 3D audio API)" "OpenAL is a cross-platform 3D audio API appropriate for use with" "gaming applications and many other types of audio applications." ) build() { cd $startdir/src/$pkgname-$pkgver/build cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release .. make || return 1 make install DESTDIR=$startdir/pkg }