wok-next rev 21429

updated quarry (0.2.0 -> 0.3.0.1)
author Hans-G?nter Theisgen
date Tue May 05 09:10:54 2020 +0100 (2020-05-05)
parents f0e2bc39199a
children 254de3b43b8c
files quarry/receipt
line diff
     1.1 --- a/quarry/receipt	Tue May 05 08:54:54 2020 +0100
     1.2 +++ b/quarry/receipt	Tue May 05 09:10:54 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt v2.
     1.5  
     1.6  PACKAGE="quarry"
     1.7 -VERSION="0.2.0"
     1.8 +VERSION="0.3.0.1"
     1.9  CATEGORY="games"
    1.10  SHORT_DESC="Multi-purpose GUI for Go, Amazons and Reversi"
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -11,24 +11,27 @@
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WGET_URL="http://download.gna.org/$PACKAGE/$TARBALL"
    1.15  
    1.16 -BUILD_DEPENDS="gtk2-dev librsvg-dev libgsf"
    1.17 +BUILD_DEPENDS="gtk2-dev libgsf librsvg-dev"
    1.18  
    1.19 -compile_rules() {
    1.20 +compile_rules()
    1.21 +{
    1.22  	sed -i 's/mozilla/firefox/' src/gui-gtk/gtk-help.c
    1.23  
    1.24 -	./configure \
    1.25 -		--prefix=/usr \
    1.26 -		--libexecdir=/usr/lib \
    1.27 -		--infodir=/usr/share/info \
    1.28 -		--mandir=/usr/share/man \
    1.29 -		--enable-sgf-utils \
    1.30 +	./configure				\
    1.31 +		--prefix=/usr			\
    1.32 +		--libexecdir=/usr/lib		\
    1.33 +		--infodir=/usr/share/info	\
    1.34 +		--mandir=/usr/share/man		\
    1.35 +		--enable-sgf-utils		\
    1.36  		$CONFIGURE_ARGS &&
    1.37  	make &&
    1.38  	make DESTDIR=$install install
    1.39  }
    1.40  
    1.41 -genpkg_rules() {
    1.42 +genpkg_rules()
    1.43 +{
    1.44  	copy @std
    1.45 -	DEPENDS="gtk2 librsvg libgsf xcb-util"
    1.46 +
    1.47  	SUGGESTED="gnugo"
    1.48 +	DEPENDS="gtk2 libgsf librsvg xcb-util"
    1.49  }