wok rev 23772

updated bastet (0.43.1 -> 0.43.2)
author Hans-G?nter Theisgen
date Fri May 15 13:58:37 2020 +0100 (2020-05-15)
parents 419ac8078fff
children 1bc6c02d5fdd
files bastet/receipt
line diff
     1.1 --- a/bastet/receipt	Fri May 15 09:03:51 2020 +0100
     1.2 +++ b/bastet/receipt	Fri May 15 13:58:37 2020 +0100
     1.3 @@ -1,31 +1,34 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="bastet"
     1.7 -VERSION="0.43.1"
     1.8 +VERSION="0.43.2"
     1.9  CATEGORY="games"
    1.10 +TAGS="tetris"
    1.11  SHORT_DESC="Bastard tetris clone."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="GPL3"
    1.14  WEB_SITE="http://fph.altervista.org/prog/bastet.html"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17  WGET_URL="https://github.com/fph/bastet/archive/$VERSION.tar.gz"
    1.18 -TAGS="tetris"
    1.19 -GENERIC_MENUS="no"
    1.20  
    1.21  DEPENDS="gcc-lib-base glibc-base libboost-program-options libtinfo ncurses"
    1.22 -BUILD_DEPENDS="ncurses-dev libboost-dev libboost-program-options-dev \
    1.23 -libboost-tr1-dev"
    1.24 +BUILD_DEPENDS="libboost-dev libboost-program-options-dev libboost-tr1-dev 
    1.25 +	ncurses-dev "
    1.26 +
    1.27 +GENERIC_MENUS="no"
    1.28  
    1.29  # Rules to configure and make the package.
    1.30  compile_rules()
    1.31  {
    1.32 -	cp -a $stuff/bastet* $src
    1.33 +	cp -a $stuff/bastet*	$src
    1.34  	patch -p1 -i $stuff/install.patch
    1.35  	sed -i	-e 's|tr1/tr1/unordered_set|unordered_set.hpp|' \
    1.36  		-e '/#include <set>/d' -e 's|std::tr1::|boost::|' \
    1.37 -			BastetBlockChooser.hpp
    1.38 +		BastetBlockChooser.hpp
    1.39  
    1.40 -	make 2>/dev/null && make install
    1.41 +	make 2>/dev/null &&
    1.42 +	make install
    1.43  }
    1.44  
    1.45  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.46 @@ -33,5 +36,5 @@
    1.47  {
    1.48  	cook_copy_files bastet
    1.49  	cook_copy_icons
    1.50 -	cp -a $install/var $fs
    1.51 +	cp -a $install/var	$fs
    1.52  }