# HG changeset patch # User Christopher Rogers # Date 1318423378 0 # Node ID f5b1d838898b91ad176bcae773118d8f667b5084 # Parent c54f0b9830bbf41c38f5186624e7e78e7e49aea7 Up: scummvm to 1.3.1. diff -r c54f0b9830bb -r f5b1d838898b scummvm/receipt --- a/scummvm/receipt Wed Oct 12 12:41:17 2011 +0000 +++ b/scummvm/receipt Wed Oct 12 12:42:58 2011 +0000 @@ -1,15 +1,17 @@ # SliTaz package receipt. PACKAGE="scummvm" -VERSION="1.2.1" +VERSION="1.3.1" CATEGORY="games" SHORT_DESC="A 'virtual machine' for several classic graphical point-and-click adventure games." MAINTAINER="gokhlayeh@slitaz.org" +TARBALL="$PACKAGE-$VERSION.tar.bz2" +WEB_SITE="http://www.scummvm.org/" +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +CROSS="bug: Doesn't support --build." + DEPENDS="gcc-lib-base alsa-lib libmad libvorbis flac libsdl zlib" BUILD_DEPENDS="libsdl-dev alsa-lib-dev libmad-dev libvorbis-dev flac-dev" -TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://www.scummvm.org/" -WGET_URL="http://downloads.sourceforge.net/sourceforge/$PACKAGE/$TARBALL" # Rules to configure and make the package. compile_rules()