wok-next diff gweled/receipt @ rev 21253
updated duplicity (0.6.20 -> 0.8.07)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Dec 06 09:07:53 2019 +0100 (2019-12-06) |
parents | f48456621a9d |
children |
line diff
1.1 --- a/gweled/receipt Tue Oct 16 16:46:05 2018 +0300 1.2 +++ b/gweled/receipt Fri Dec 06 09:07:53 2019 +0100 1.3 @@ -3,29 +3,27 @@ 1.4 PACKAGE="gweled" 1.5 VERSION="0.9.1" 1.6 CATEGORY="games" 1.7 -SHORT_DESC="Gweled game." 1.8 +SHORT_DESC="Gweled game" 1.9 MAINTAINER="pascal.bellard@slitaz.org" 1.10 LICENSE="GPL2" 1.11 +WEB_SITE="https://launchpad.net/gweled" 1.12 + 1.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 -WEB_SITE="https://launchpad.net/$PACKAGE" 1.15 WGET_URL="$WEB_SITE/trunk/$VERSION/+download/$TARBALL" 1.16 1.17 -DEPENDS="gtk2 librsvg libmikmod" 1.18 -BUILD_DEPENDS="wget intltool gtk2-dev librsvg-dev libmikmod-dev" 1.19 +BUILD_DEPENDS="intltool gtk2-dev librsvg-dev libmikmod-dev" 1.20 1.21 -# Rules to configure and make the package. 1.22 -compile_rules() 1.23 -{ 1.24 - ./configure --prefix=/usr \ 1.25 +compile_rules() { 1.26 + ./configure \ 1.27 + --prefix=/usr \ 1.28 --localstatedir=/var \ 1.29 --mandir=/usr/share/man \ 1.30 $CONFIGURE_ARGS && 1.31 make && 1.32 - make DESTDIR=$DESTDIR install 1.33 + make DESTDIR=$install install 1.34 } 1.35 1.36 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.37 -genpkg_rules() 1.38 -{ 1.39 +genpkg_rules() { 1.40 cp -a $install/* $fs 1.41 + DEPENDS="gtk2 librsvg libmikmod" 1.42 }