wok view quarry/receipt @ rev 8715

Up: virtualbox-ose to 4.0.4.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Feb 18 00:49:15 2011 +0000 (2011-02-18)
parents fdc36afbf95f
children 23c3aed67cd9
line source
1 # SliTaz package receipt.
3 PACKAGE="quarry"
4 VERSION="0.2.0"
5 CATEGORY="games"
6 SHORT_DESC="multi-purpose GUI for Go, Amazons and Reversi."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://home.gna.org/quarry/"
10 WGET_URL="http://download.gna.org/$PACKAGE/$TARBALL"
11 DEPENDS="gtk+ librsvg libgsf xcb-util"
12 BUILD_DEPENDS="gtk+-dev librsvg-dev libgsf"
13 SUGGESTED="gnugo"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 sed -i 's/mozilla/firefox/' src/gui-gtk/gtk-help.c
20 ./configure \
21 --prefix=/usr \
22 --libexecdir=/usr/lib \
23 --infodir=/usr/share/info \
24 --mandir=/usr/share/man \
25 --enable-sgf-utils \
26 $CONFIGURE_ARGS &&
27 make &&
28 make DESTDIR=$PWD/_pkg install
29 }
31 # Rules to gen a SliTaz package suitable for Tazpkg.
32 genpkg_rules()
33 {
34 cp -a $_pkg/usr $fs
35 }