wok rev 8993

Wormux is now named warmux. Up: warmux to 11.01.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Mar 03 06:01:52 2011 +0000 (2011-03-03)
parents b81188b2a50e
children 79628cb236df
files warmux-music/receipt warmux/receipt wormux-music/receipt wormux/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/warmux-music/receipt	Thu Mar 03 06:01:52 2011 +0000
     1.3 @@ -0,0 +1,18 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="warmux-music"
     1.7 +VERSION="11.01"
     1.8 +CATEGORY="games"
     1.9 +SHORT_DESC="Warmux game music (~35Mb)."
    1.10 +DEPENDS="warmux"
    1.11 +WANTED="warmux"
    1.12 +MAINTAINER="slaxemulator@gmail.com"
    1.13 +WEB_SITE="http://www.wormux.org/"
    1.14 +PROVIDE="wormux"
    1.15 +
    1.16 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.17 +genpkg_rules()
    1.18 +{
    1.19 +	mkdir -p $fs/usr/share/warmux
    1.20 +	cp -a $_pkg/usr/share/warmux/music $fs/usr/share/warmux
    1.21 +}
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/warmux/receipt	Thu Mar 03 06:01:52 2011 +0000
     2.3 @@ -0,0 +1,47 @@
     2.4 +# SliTaz package receipt.
     2.5 +
     2.6 +PACKAGE="warmux"
     2.7 +VERSION="11.01"
     2.8 +CATEGORY="games"
     2.9 +SHORT_DESC="Warmux game."
    2.10 +MAINTAINER="slaxemulator@gmail.com"
    2.11 +DEPENDS="libsdl-gfx libsdl-image libsdl-mixer libsdl-net libsdl-ttf \
    2.12 +curl freetype libxml2 libxml++ gcc-lib-base gettext"
    2.13 +BUILD_DEPENDS="pkg-config"
    2.14 +SUGGESTED="warmux-music"
    2.15 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.16 +WEB_SITE="http://www.wormux.org/"
    2.17 +WGET_URL="http://download.gna.org/warmux/$TARBALL"
    2.18 +PROVIDE="wormux"
    2.19 +
    2.20 +# Rules to configure and make the package.
    2.21 +compile_rules()
    2.22 +{
    2.23 +	cd $src
    2.24 +	#sed -i s:"INSTALL = /usr/bin/install -c":"INSTALL = /usr/bin/install -c -d":\
    2.25 +	#	Makefile
    2.26 +	sed -i 's/test -z "$(pkgdatadir)"/test -d "$(pkgdatadir)"/'\
    2.27 +		 data/Makefile.in
    2.28 +	sed -i 's|if USE_X11|if SKIP_USE_X11|' src/tool/copynpaste.cpp
    2.29 +	sed -i "s|test -d \"\\\$(pkgdatadir|test -d \"\\\$(DESTDIR)\\\$(pkgdatadir|" data/Makefile*
    2.30 +	mkdir -p $DESTDIR/usr/share/warmux
    2.31 +	./configure \
    2.32 +		--bindir=/usr/games \
    2.33 +		--with-font-path=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf &&
    2.34 +	make &&
    2.35 +	make -j1 install
    2.36 +}
    2.37 +
    2.38 +# Rules to gen a SliTaz package suitable for Tazpkg.
    2.39 +genpkg_rules()
    2.40 +{
    2.41 +	mkdir -p $fs/usr/share
    2.42 +	cp -a $_pkg/usr/games $fs/usr
    2.43 +	cp -a $_pkg/usr/share/pixmaps $fs/usr/share
    2.44 +	cp -a $_pkg/usr/share/warmux $fs/usr/share
    2.45 +	# Remove unecessary files
    2.46 +	rm -rf $fs/usr/share/warmux/font
    2.47 +	rm -rf $fs/usr/share/warmux/music
    2.48 +	#rm -rf $fs/usr/share/warmux/sound
    2.49 +}
    2.50 +
     3.1 --- a/wormux-music/receipt	Thu Mar 03 11:39:09 2011 +0100
     3.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.3 @@ -1,17 +0,0 @@
     3.4 -# SliTaz package receipt.
     3.5 -
     3.6 -PACKAGE="wormux-music"
     3.7 -VERSION="0.9.2.1"
     3.8 -CATEGORY="games"
     3.9 -SHORT_DESC="Wormux game music (~15Mb)."
    3.10 -DEPENDS="wormux"
    3.11 -WANTED="wormux"
    3.12 -MAINTAINER="pankso@slitaz.org"
    3.13 -WEB_SITE="http://www.wormux.org/"
    3.14 -
    3.15 -# Rules to gen a SliTaz package suitable for Tazpkg.
    3.16 -genpkg_rules()
    3.17 -{
    3.18 -	mkdir -p $fs/usr/share/wormux
    3.19 -	cp -a $_pkg/usr/share/wormux/music $fs/usr/share/wormux
    3.20 -}
     4.1 --- a/wormux/receipt	Thu Mar 03 11:39:09 2011 +0100
     4.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.3 @@ -1,48 +0,0 @@
     4.4 -# SliTaz package receipt.
     4.5 -
     4.6 -PACKAGE="wormux"
     4.7 -VERSION="0.9.2.1"
     4.8 -CATEGORY="games"
     4.9 -SHORT_DESC="Wormux game."
    4.10 -DEPENDS="xorg libsdl-gfx libsdl-image libsdl-mixer libsdl-net libsdl-ttf \
    4.11 -curl freetype libxml2 libxml++ gcc-lib-base gettext"
    4.12 -BUILD_DEPENDS="$DEPENDS xorg-dev libsdl-gfx-dev libsdl-image-dev \
    4.13 -libsdl-mixer-dev libsdl-net-dev libsdl-ttf-dev curl-dev pkg-config libxml2-dev libxml++-dev"
    4.14 -SUGGESTED="wormux-music"
    4.15 -MAINTAINER="pankso@slitaz.org"
    4.16 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    4.17 -WEB_SITE="http://www.wormux.org/"
    4.18 -WGET_URL="http://download.gna.org/wormux/$TARBALL"
    4.19 -
    4.20 -# Rules to configure and make the package.
    4.21 -compile_rules()
    4.22 -{
    4.23 -	cd $src
    4.24 -	#sed -i s:"INSTALL = /usr/bin/install -c":"INSTALL = /usr/bin/install -c -d":\
    4.25 -	#	Makefile
    4.26 -	sed -i 's/test -z "$(pkgdatadir)"/test -d "$(pkgdatadir)"/'\
    4.27 -		 data/Makefile.in
    4.28 -	sed -i 's|if USE_X11|if SKIP_USE_X11|' src/tool/copynpaste.cpp
    4.29 -	sed -i "s|test -d \"\\\$(pkgdatadir|test -d \"\\\$(DESTDIR)\\\$(pkgdatadir|" data/Makefile*
    4.30 -	mkdir -p _pkg/usr/share/wormux
    4.31 -	./configure \
    4.32 -		--prefix=/usr \
    4.33 -		--bindir=/usr/games \
    4.34 -		--with-font-path=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf \
    4.35 -		$CONFIGURE_ARGS &&
    4.36 -	make &&
    4.37 -	make DESTDIR=$PWD/_pkg install
    4.38 -}
    4.39 -
    4.40 -# Rules to gen a SliTaz package suitable for Tazpkg.
    4.41 -genpkg_rules()
    4.42 -{
    4.43 -	mkdir -p $fs/usr/share
    4.44 -	cp -a $_pkg/usr/games $fs/usr
    4.45 -	cp -a $_pkg/usr/share/pixmaps $fs/usr/share
    4.46 -	cp -a $_pkg/usr/share/wormux $fs/usr/share
    4.47 -	# Remove unecessary files
    4.48 -	rm -rf $fs/usr/share/wormux/font
    4.49 -	rm -rf $fs/usr/share/wormux/music
    4.50 -	#rm -rf $fs/usr/share/wormux/sound
    4.51 -}