wok-4.x rev 5409
Up: openal (1.12.854)
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon May 03 00:07:32 2010 +0000 (2010-05-03) |
parents | 73e4ad9e4a1f |
children | 2e0531fcc423 |
files | openal-dev/receipt openal/receipt |
line diff
1.1 --- a/openal-dev/receipt Sun May 02 23:54:45 2010 +0000 1.2 +++ b/openal-dev/receipt Mon May 03 00:07:32 2010 +0000 1.3 @@ -2,7 +2,7 @@ 1.4 1.5 PACKAGE="openal-dev" 1.6 SOURCE="openal-soft" 1.7 -VERSION="1.8.466" 1.8 +VERSION="1.12.854" 1.9 CATEGORY="development" 1.10 SHORT_DESC="cross-platform 3D audio API, development files." 1.11 MAINTAINER="pascal.bellard@slitaz.org"
2.1 --- a/openal/receipt Sun May 02 23:54:45 2010 +0000 2.2 +++ b/openal/receipt Mon May 03 00:07:32 2010 +0000 2.3 @@ -2,21 +2,21 @@ 2.4 2.5 PACKAGE="openal" 2.6 SOURCE="openal-soft" 2.7 -VERSION="1.8.466" 2.8 +VERSION="1.12.854" 2.9 CATEGORY="multimedia" 2.10 SHORT_DESC="cross-platform 3D audio API." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 -TARBALL="$SOURCE-$VERSION.bz2" 2.13 +TARBALL="$SOURCE-$VERSION.tar.bz2" 2.14 WEB_SITE="http://www.openal.org/" 2.15 -WGET_URL="http://connect.creativelabs.com/openal/Downloads/$TARBALL" 2.16 +WGET_URL="http://kcat.strangesoft.net/openal-releases/$TARBALL" 2.17 BUILD_DEPENDS="cmake" 2.18 TAGS="multimedia audio sound 3D" 2.19 2.20 # Rules to configure and make the package. 2.21 compile_rules() 2.22 { 2.23 - cd $src/CMakeConf 2.24 - cmake -DCMAKE_INSTALL_PREFIX=/usr .. 2.25 + cd $SOURCE-$VERSION 2.26 + cmake -DCMAKE_INSTALL_PREFIX=/usr 2.27 make && 2.28 make DESTDIR=$src/_pkg install 2.29 }