#Packager: George Vlahavas pkgname=openal-soft pkgver=1.17.2 pkgrel=2gv source=(http://kcat.strangesoft.net/openal-releases/$pkgname-$pkgver.tar.bz2) sourcetemplate=http://people.salixos.org/maximus/$pkgname/$pkgver/ 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 cmake . \ -DLIB_SUFFIX="${LIBDIRSUFFIX}" \ -DCMAKE_INSTALL_PREFIX=/usr \ -DALSOFT_NO_CONFIG_UTIL=ON \ -DCMAKE_BUILD_TYPE=Release make || return 1 make install DESTDIR=$startdir/pkg }