wok view bastet/receipt @ rev 154

UP : libpng security update (1.2.24)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Jan 27 11:23:08 2008 +0100 (2008-01-27)
parents 67f32e5e811a
children cdac43c3f44f
line source
1 # SliTaz package receipt.
3 PACKAGE="bastet"
4 VERSION="0.41"
5 CATEGORY="base-apps"
6 SHORT_DESC="Bastard tetris clone."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="ncurses"
9 TARBALL="$PACKAGE-$VERSION.tgz"
10 WEB_SITE="http://fph.altervista.org/prog/bastet.shtml"
11 WGET_URL="http://fph.altervista.org/prog/bastet-0.41.tgz"
12 JWM_MENU='Games:<Program icon="applications-other.png" label="Bastet">xterm -bg black -fg white -e bastet</Program>'
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 make
19 strip bastet
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/games $fs/var/games
26 cp -a $src/bastet $fs/usr/games
27 touch $fs/var/games/bastet.scores
28 chmod 666 $fs/var/games/bastet.scores
29 }