wok-next annotate bastet/receipt @ rev 21081

Tiny edits
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Dec 24 11:36:03 2018 +0200 (2018-12-24)
parents d5aab818505e
children
rev   line source
al@19765 1 # SliTaz package receipt v2.
pankso@35 2
pankso@35 3 PACKAGE="bastet"
al@20944 4 VERSION="0.43.2.postgit20180601" # these commits are really fix the build
al@20875 5 COMMIT="1b3e692"
pankso@208 6 CATEGORY="games"
al@19765 7 SHORT_DESC="Bastard tetris clone"
al@21020 8 MAINTAINER="devel@slitaz.org"
pascal@14997 9 LICENSE="GPL3"
al@19275 10 WEB_SITE="http://fph.altervista.org/prog/bastet.html"
al@19765 11
al@19275 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20875 13 WGET_URL="https://github.com/fph/bastet/archive/${COMMIT:-$VERSION}.tar.gz"
al@19275 14
al@20915 15 BUILD_DEPENDS="ncurses-dev boost-dev boost-program-options"
al@21081 16 DEPENDS="boost-program-options ncurses"
al@21081 17
al@21081 18 TAGS="tetris"
pankso@35 19
al@20875 20 compile_rules() {
al@19765 21 cp $stuff/*.png $src
al@19275 22
al@20875 23 make &&
al@20875 24 make install
pankso@35 25 }