wok-next view bastet/receipt @ rev 20068
Up libcanberra (gtk2 and gtk3 support), vala (0.36.4), dconf (0.26.0), gucharmap3 (10.0.0), pycairo (1.15.3), pygobject3 (3.26.0), libgtop. Add dconf-editor, gtksourceview3.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Oct 24 17:49:57 2017 +0300 (2017-10-24) |
parents | 11b5e93cb5f2 |
children | 825e4e6fc2fa |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="bastet"
4 VERSION="0.43.2"
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"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/fph/bastet/archive/$VERSION.tar.gz"
14 BUILD_DEPENDS="ncurses-dev libboost-dev libboost-program-options"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cp $stuff/*.png $src
21 make && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 copy @std
28 DEPENDS="libboost-program-options ncurses"
29 TAGS="tetris"
30 }