wok-next diff bastet/receipt @ rev 20512
Tiny edits, patch ptlib
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Mar 17 04:50:25 2018 +0200 (2018-03-17) |
parents | 11b5e93cb5f2 |
children | 825e4e6fc2fa |
line diff
1.1 --- a/bastet/receipt Tue Jul 05 15:34:01 2016 +0300 1.2 +++ b/bastet/receipt Sat Mar 17 04:50:25 2018 +0200 1.3 @@ -1,34 +1,30 @@ 1.4 -# SliTaz package receipt. 1.5 +# SliTaz package receipt v2. 1.6 1.7 PACKAGE="bastet" 1.8 -VERSION="0.43.1" 1.9 +VERSION="0.43.2" 1.10 CATEGORY="games" 1.11 -SHORT_DESC="Bastard tetris clone." 1.12 +SHORT_DESC="Bastard tetris clone" 1.13 MAINTAINER="pankso@slitaz.org" 1.14 LICENSE="GPL3" 1.15 WEB_SITE="http://fph.altervista.org/prog/bastet.html" 1.16 + 1.17 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.18 WGET_URL="https://github.com/fph/bastet/archive/$VERSION.tar.gz" 1.19 -TAGS="tetris" 1.20 -GENERIC_MENUS="no" 1.21 1.22 -DEPENDS="gcc-lib-base glibc-base libboost-program-options libtinfo ncurses" 1.23 -BUILD_DEPENDS="ncurses-dev libboost-dev libboost-program-options-dev \ 1.24 -libboost-tr1-dev" 1.25 +BUILD_DEPENDS="ncurses-dev libboost-dev libboost-program-options" 1.26 1.27 # Rules to configure and make the package. 1.28 compile_rules() 1.29 { 1.30 - cp -a $stuff/bastet* $src 1.31 - patch -p1 -i $stuff/install.patch 1.32 + cp $stuff/*.png $src 1.33 1.34 - make 2>/dev/null && make install 1.35 + make && make install 1.36 } 1.37 1.38 # Rules to gen a SliTaz package suitable for Tazpkg. 1.39 genpkg_rules() 1.40 { 1.41 - cook_copy_files bastet 1.42 - cook_copy_icons 1.43 - cp -a $install/var $fs 1.44 + copy @std 1.45 + DEPENDS="libboost-program-options ncurses" 1.46 + TAGS="tetris" 1.47 }