# HG changeset patch # User Antoine Bodin # Date 1297736004 -3600 # Node ID 259214792e304243f50570e902d69695c2ed5858 # Parent 6a0b5f79f102457cb7dcd691b9d203c8562091e5 Up: scummvm 1.2.1 diff -r 6a0b5f79f102 -r 259214792e30 scummvm/receipt --- a/scummvm/receipt Tue Feb 15 03:12:19 2011 +0100 +++ b/scummvm/receipt Tue Feb 15 03:13:24 2011 +0100 @@ -1,12 +1,11 @@ # SliTaz package receipt. PACKAGE="scummvm" -VERSION="1.2.0" +VERSION="1.2.1" CATEGORY="games" SHORT_DESC="A 'virtual machine' for several classic graphical point-and-click adventure games." MAINTAINER="gokhlayeh@slitaz.org" -DEPENDS="gcc-lib-base alsa-lib libmad libvorbis flac libsdl" -BUILD_DEPENDS="alsa-lib-dev libmad-dev libvorbis-dev flac-dev libsdl-dev zlib-dev" +DEPENDS="gcc-lib-base alsa-lib libmad libvorbis flac libsdl zlib" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.scummvm.org/" WGET_URL="http://downloads.sourceforge.net/sourceforge/$PACKAGE/$TARBALL" @@ -16,14 +15,12 @@ { cd $src ./configure \ - --prefix=/usr \ - --mandir=/usr/share/man \ --datadir=/usr/games/scummvm \ --backend=sdl --disable-debug \ --with-mpeg2-prefix=/usr \ --with-flac-prefix=/usr \ --disable-fluidsynth && - make -j 4 && make DESTDIR=$PWD/_pkg install + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg.