wok-next view bastet/receipt @ rev 20875

Fix bastet, cherokee
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jul 06 12:59:08 2018 +0300 (2018-07-06)
parents 2f3aba6cc31e
children a244e109372e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="bastet"
4 VERSION="0.43.2+3" # 3 commits ahead of release 0.43.2 (really fix build)
5 COMMIT="1b3e692"
6 CATEGORY="games"
7 SHORT_DESC="Bastard tetris clone"
8 MAINTAINER="pankso@slitaz.org"
9 LICENSE="GPL3"
10 WEB_SITE="http://fph.altervista.org/prog/bastet.html"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="https://github.com/fph/bastet/archive/${COMMIT:-$VERSION}.tar.gz"
15 BUILD_DEPENDS="ncurses-dev libboost-dev libboost-program-options"
17 compile_rules() {
18 cp $stuff/*.png $src
20 make &&
21 make install
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="libboost-program-options ncurses"
27 TAGS="tetris"
28 }