wok diff scummvm/receipt @ rev 8690
Fix bdep: xfce4-appfinder needs intltool to compile
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Thu Feb 17 19:01:42 2011 +0100 (2011-02-17) |
parents | af022550edde |
children | d4f25cefd2ff |
line diff
1.1 --- a/scummvm/receipt Sun Oct 31 23:30:12 2010 +0100 1.2 +++ b/scummvm/receipt Thu Feb 17 19:01:42 2011 +0100 1.3 @@ -1,12 +1,11 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="scummvm" 1.7 -VERSION="1.2.0" 1.8 +VERSION="1.2.1" 1.9 CATEGORY="games" 1.10 SHORT_DESC="A 'virtual machine' for several classic graphical point-and-click adventure games." 1.11 MAINTAINER="gokhlayeh@slitaz.org" 1.12 -DEPENDS="gcc-lib-base alsa-lib libmad libvorbis flac libsdl" 1.13 -BUILD_DEPENDS="alsa-lib-dev libmad-dev libvorbis-dev flac-dev libsdl-dev zlib-dev" 1.14 +DEPENDS="gcc-lib-base alsa-lib libmad libvorbis flac libsdl zlib" 1.15 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.16 WEB_SITE="http://www.scummvm.org/" 1.17 WGET_URL="http://downloads.sourceforge.net/sourceforge/$PACKAGE/$TARBALL" 1.18 @@ -16,14 +15,12 @@ 1.19 { 1.20 cd $src 1.21 ./configure \ 1.22 - --prefix=/usr \ 1.23 - --mandir=/usr/share/man \ 1.24 --datadir=/usr/games/scummvm \ 1.25 --backend=sdl --disable-debug \ 1.26 --with-mpeg2-prefix=/usr \ 1.27 --with-flac-prefix=/usr \ 1.28 --disable-fluidsynth && 1.29 - make -j 4 && make DESTDIR=$PWD/_pkg install 1.30 + make && make install 1.31 } 1.32 1.33 # Rules to gen a SliTaz package suitable for Tazpkg.