wok view bastet/receipt @ rev 19275

Check manpages... from start to beaver.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jul 05 15:34:01 2016 +0300 (2016-07-05)
parents 17e313b5b9c1
children 3937da23fe1e
line source
1 # SliTaz package receipt.
3 PACKAGE="bastet"
4 VERSION="0.43.1"
5 CATEGORY="games"
6 SHORT_DESC="Bastard tetris clone."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://fph.altervista.org/prog/bastet.html"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="https://github.com/fph/bastet/archive/$VERSION.tar.gz"
12 TAGS="tetris"
13 GENERIC_MENUS="no"
15 DEPENDS="gcc-lib-base glibc-base libboost-program-options libtinfo ncurses"
16 BUILD_DEPENDS="ncurses-dev libboost-dev libboost-program-options-dev \
17 libboost-tr1-dev"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 cp -a $stuff/bastet* $src
23 patch -p1 -i $stuff/install.patch
25 make 2>/dev/null && make install
26 }
28 # Rules to gen a SliTaz package suitable for Tazpkg.
29 genpkg_rules()
30 {
31 cook_copy_files bastet
32 cook_copy_icons
33 cp -a $install/var $fs
34 }