wok-next diff eduke32/receipt @ rev 15133
python-werkzeug: add TARBALL
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Aug 15 10:06:57 2013 +0000 (2013-08-15) |
parents | e76032847ca2 |
children | 223b265f40fd |
line diff
1.1 --- a/eduke32/receipt Sat Mar 03 12:41:54 2012 -0800 1.2 +++ b/eduke32/receipt Thu Aug 15 10:06:57 2013 +0000 1.3 @@ -5,13 +5,14 @@ 1.4 CATEGORY="games" 1.5 SHORT_DESC="A port of the classic first-person shooter, Duke Nukem 3D" 1.6 MAINTAINER="mallory@sweetpeople.org" 1.7 -DEPENDS="libsdl libsdl-mixer libvorbis gtk+ eduke32-data" 1.8 -BUILD_DEPENDS="libsdl-dev libsdl-mixer-dev libvorbis-dev gtk+-dev nasm mesa-dev" 1.9 TARBALL="${PACKAGE}_src_${VERSION}.tar.bz2" 1.10 WEB_SITE="http://www.eduke32.com/" 1.11 WGET_URL="http://dukeworld.duke4.net/$PACKAGE/synthesis/$VERSION/$TARBALL" 1.12 TAGS="shooting" 1.13 1.14 +DEPENDS="libsdl libsdl-mixer libvorbis gtk+ eduke32-data" 1.15 +BUILD_DEPENDS="libsdl-dev libsdl-mixer-dev libvorbis-dev gtk+-dev nasm mesa-dev" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 { 1.20 @@ -28,7 +29,7 @@ 1.21 mkdir -p $fs/usr/bin 1.22 1.23 echo "Copying package files" 1.24 - cp -a $_pkg/eduke32 $_pkg/mapster32 $fs/usr/bin 1.25 + cp -a $install/eduke32 $install/mapster32 $fs/usr/bin 1.26 } 1.27 1.28