wok rev 25415

updated wordwarvi (1.0.2 -> 1.0.4)
author Hans-G?nter Theisgen
date Thu Aug 04 08:54:13 2022 +0100 (20 months ago)
parents d364ad3c406c
children 6f116ab3c078
files wordwarvi/description.txt wordwarvi/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/wordwarvi/description.txt	Thu Aug 04 08:54:13 2022 +0100
     1.3 @@ -0,0 +1,7 @@
     1.4 +Word War vi is your basic side-scrolling shoot 'em up '80s style
     1.5 +arcade game.
     1.6 +You pilot your "vi"per craft through core memory, rescuing lost
     1.7 +.swp files, avoiding OS defenses, and wiping out those memory
     1.8 +hogging emacs processes.
     1.9 +When all the lost .swp files are rescued, head for the socket
    1.10 +which will take you to the next node in the cluster.
     2.1 --- a/wordwarvi/receipt	Thu Aug 04 08:44:13 2022 +0100
     2.2 +++ b/wordwarvi/receipt	Thu Aug 04 08:54:13 2022 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="wordwarvi"
     2.7 -VERSION="1.0.2"
     2.8 +VERSION="1.0.4"
     2.9  CATEGORY="games"
    2.10  TAGS="shooting"
    2.11  SHORT_DESC="Retro shoot'em up game."
    2.12 @@ -12,12 +12,12 @@
    2.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.14  WGET_URL="https://github.com/smcameron/$PACKAGE/archive/v$VERSION/$TARBALL"
    2.15  
    2.16 -DEPENDS="expat gtk+ libvorbis portaudio xorg-libX11 xorg-libXau 
    2.17 +DEPENDS="expat gtk+ libdb libvorbis libxml2 portaudio xorg-libX11 xorg-libXau 
    2.18           xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext
    2.19           xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender
    2.20           xorg-libXdamage"
    2.21 -BUILD_DEPENDS="gtk+-dev libgio-dev libogg-dev libvorbis-dev pixman-dev 
    2.22 -	portaudio portaudio-dev xorg-kbproto xorg-libXrender-dev 
    2.23 +BUILD_DEPENDS="gtk+-dev libgio-dev libogg-dev libvorbis-dev libxml2-dev
    2.24 +	pixman-dev portaudio portaudio-dev xorg-kbproto xorg-libXrender-dev 
    2.25  	xorg-renderproto xorg-xproto "
    2.26  
    2.27  current_version()
    2.28 @@ -30,7 +30,7 @@
    2.29  compile_rules()
    2.30  {
    2.31  	make &&
    2.32 -	make DESTDIR=$DESTDIR install
    2.33 +	make install DESTDIR=$DESTDIR
    2.34  }
    2.35  
    2.36  # Rules to gen a SliTaz package suitable for Tazpkg.