wok-next view bastet/receipt @ rev 21153

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 31 16:45:41 2019 +0200 (2019-01-31)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="bastet"
4 VERSION="0.43.2.postgit20180601" # these commits are really fix the build
5 COMMIT="1b3e692"
6 CATEGORY="games"
7 SHORT_DESC="Bastard tetris clone"
8 MAINTAINER="devel@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"
16 DEPENDS="boost-program-options ncurses"
18 TAGS="tetris"
20 compile_rules() {
21 cp $stuff/*.png $src
23 make &&
24 make install
25 }