wok-next view bastet/receipt @ rev 20919

dbus-python -> python-dbus
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Aug 22 09:09:15 2018 +0300 (2018-08-22)
parents 825e4e6fc2fa
children f66f18161f93
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 boost-dev boost-program-options"
17 compile_rules() {
18 cp $stuff/*.png $src
20 make &&
21 make install
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="boost-program-options ncurses"
27 TAGS="tetris"
28 }