wok-current diff wormux/receipt @ rev 3253
Add: xhtml2pdf
author | Claudinei Pereira <claudinei@slitaz.org> |
---|---|
date | Sun May 31 23:50:18 2009 +0000 (2009-05-31) |
parents | d0b4a9f7bd04 |
children | 3dafb9a446c1 |
line diff
1.1 --- a/wormux/receipt Thu Mar 12 15:32:16 2009 +0000 1.2 +++ b/wormux/receipt Sun May 31 23:50:18 2009 +0000 1.3 @@ -1,13 +1,14 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="wormux" 1.7 -VERSION="0.8.2" 1.8 +VERSION="0.8.3" 1.9 CATEGORY="games" 1.10 SHORT_DESC="Wormux game." 1.11 -DEPENDS="xorg libsdl-gfx libsdl-image libsdl-mixer 1.12 - libsdl-net libsdl-ttf curl libiconv freetype libxml2" 1.13 -BUILD_DEPENDS="xorg-dev libsdl-gfx-dev libsdl-image-dev 1.14 - libsdl-mixer-dev libsdl-net-dev libsdl-ttf libsdl-ttf-dev curl-dev" 1.15 +DEPENDS="xorg libsdl-gfx libsdl-image libsdl-mixer libsdl-net libsdl-ttf \ 1.16 +curl freetype libxml2" 1.17 +BUILD_DEPENDS="$DEPENDS xorg-dev libsdl-gfx-dev libsdl-image-dev \ 1.18 +libsdl-mixer-dev libsdl-net-dev libsdl-ttf libsdl-ttf-dev curl-dev" 1.19 +SUGGESTED="wormux-music" 1.20 MAINTAINER="pankso@slitaz.org" 1.21 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.22 WEB_SITE="http://www.wormux.org/" 1.23 @@ -38,8 +39,10 @@ 1.24 { 1.25 mkdir -p $fs/usr/share 1.26 cp -a $_pkg/usr/games $fs/usr 1.27 + cp -a $_pkg/usr/share/pixmaps $fs/usr/share 1.28 cp -a $_pkg/usr/share/wormux $fs/usr/share 1.29 - cp -a $_pkg/usr/share/pixmaps $fs/usr/share 1.30 # Remove unecessary files 1.31 rm -rf $fs/usr/share/wormux/font 1.32 + rm -rf $fs/usr/share/wormux/music 1.33 + #rm -rf $fs/usr/share/wormux/sound 1.34 }