wok-next diff openal/receipt @ rev 6961
xorg-server: add config dir
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Tue Oct 26 13:15:37 2010 +0200 (2010-10-26) |
parents | 6ec17b55b59a |
children | 14075218486d |
line diff
1.1 --- a/openal/receipt Wed Feb 24 11:10:57 2010 +0000 1.2 +++ b/openal/receipt Tue Oct 26 13:15:37 2010 +0200 1.3 @@ -2,21 +2,21 @@ 1.4 1.5 PACKAGE="openal" 1.6 SOURCE="openal-soft" 1.7 -VERSION="1.8.466" 1.8 +VERSION="1.12.854" 1.9 CATEGORY="multimedia" 1.10 SHORT_DESC="cross-platform 3D audio API." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 -TARBALL="$SOURCE-$VERSION.bz2" 1.13 +TARBALL="$SOURCE-$VERSION.tar.bz2" 1.14 WEB_SITE="http://www.openal.org/" 1.15 -WGET_URL="http://connect.creativelabs.com/openal/Downloads/$TARBALL" 1.16 +WGET_URL="http://kcat.strangesoft.net/openal-releases/$TARBALL" 1.17 BUILD_DEPENDS="cmake" 1.18 TAGS="multimedia audio sound 3D" 1.19 1.20 # Rules to configure and make the package. 1.21 compile_rules() 1.22 { 1.23 - cd $src/CMakeConf 1.24 - cmake -DCMAKE_INSTALL_PREFIX=/usr .. 1.25 + cd $SOURCE-$VERSION 1.26 + cmake -DCMAKE_INSTALL_PREFIX=/usr 1.27 make && 1.28 make DESTDIR=$src/_pkg install 1.29 }