wok-4.x rev 10974
Up: scummvm to 1.3.1.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Oct 12 12:42:58 2011 +0000 (2011-10-12) |
parents | c54f0b9830bb |
children | 3ab0e975f37e |
files | scummvm/receipt |
line diff
1.1 --- a/scummvm/receipt Wed Oct 12 12:41:17 2011 +0000 1.2 +++ b/scummvm/receipt Wed Oct 12 12:42:58 2011 +0000 1.3 @@ -1,15 +1,17 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="scummvm" 1.7 -VERSION="1.2.1" 1.8 +VERSION="1.3.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 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.13 +WEB_SITE="http://www.scummvm.org/" 1.14 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.15 +CROSS="bug: Doesn't support --build." 1.16 + 1.17 DEPENDS="gcc-lib-base alsa-lib libmad libvorbis flac libsdl zlib" 1.18 BUILD_DEPENDS="libsdl-dev alsa-lib-dev libmad-dev libvorbis-dev flac-dev" 1.19 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.20 -WEB_SITE="http://www.scummvm.org/" 1.21 -WGET_URL="http://downloads.sourceforge.net/sourceforge/$PACKAGE/$TARBALL" 1.22 1.23 # Rules to configure and make the package. 1.24 compile_rules()