wok-stable view quarry/receipt @ rev 4569

Add quarry
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Dec 08 19:02:39 2009 +0100 (2009-12-08)
parents
children de49ec9d5be3
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"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 ./configure \
19 --prefix=/usr \
20 --libexecdir=/usr/lib \
21 --infodir=/usr/share/info \
22 --mandir=/usr/share/man \
23 --enable-sgf-utils \
24 $CONFIGURE_ARGS &&
25 make &&
26 make DESTDIR=$PWD/_pkg install
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 cp -a $_pkg/usr $fs
33 }