wok-6.x view bastet/receipt @ rev 13025

clucene-dev, clucene, drupal, fcitx-skin-default, fcitx-zm, gejengel, hd2u, input-utils, jdk6-jaf, jdk6-jaxp, jdk6-jaxws, kismet, libedit-dev, libedit, linux-module-headers, linux-ocfs2, linux-staging, linux64-ocfs2, linux64-staging, menu-railroad, nfs-utils, ode-dev, openjdk-6-src, runcom, talloc-python, vlc-plugin, xorg-xf86-video-neomagic: fix maintainer
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 11 17:36:31 2012 +0200 (2012-06-11)
parents 74c0ed135339
children 5ba934d38936
line source
1 # SliTaz package receipt.
3 PACKAGE="bastet"
4 VERSION="0.43"
5 CATEGORY="games"
6 SHORT_DESC="Bastard tetris clone."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="ncurses libboost-program-options"
9 BUILD_DEPENDS="ncurses-dev libboost-dev libboost-program-options-dev"
10 TARBALL="$PACKAGE-$VERSION.tgz"
11 WEB_SITE="http://fph.altervista.org/prog/bastet.shtml"
12 WGET_URL="http://fph.altervista.org/prog/files/$TARBALL"
13 TAGS="tetris"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 make
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.scores2
28 chmod 666 $fs/var/games/bastet.scores2
29 }