wok view gweled/receipt @ rev 16454

slitaz-i18n: nothing change, just recook. (can't stat '/usr/share/zoneinfo/Europe/Moscow': No such file or directory). Why? All other is OK.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 19 13:22:42 2014 +0300 (2014-04-19)
parents
children ad8b9ff412d2
line source
1 # SliTaz package receipt.
3 PACKAGE="gweled"
4 VERSION="0.9.1"
5 CATEGORY="games"
6 SHORT_DESC="Gweled game."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="https://launchpad.net/$PACKAGE"
11 WGET_URL="$WEB_SITE/trunk/$VERSION/+download/$TARBALL"
13 DEPENDS="gtk+ librsvg libmikmod"
14 BUILD_DEPENDS="wget intltool gtk+-dev librsvg-dev libmikmod-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure --prefix=/usr \
20 --localstatedir=/var \
21 --mandir=/usr/share/man \
22 $CONFIGURE_ARGS &&
23 make &&
24 make DESTDIR=$DESTDIR install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 cp -a $install/* $fs
31 }