wok diff scummvm/receipt @ rev 13169
aircrack-ng: Add WANTED package called aircrack-ng-scripts.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Jul 30 04:24:03 2012 +0000 (2012-07-30) |
parents | f51a43f01469 |
children | 03360f041b37 |
line diff
1.1 --- a/scummvm/receipt Thu May 26 17:20:02 2011 +0200 1.2 +++ b/scummvm/receipt Mon Jul 30 04:24:03 2012 +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()