wok rev 21731

updated puzzles ( -> 20190415)
author Hans-G?nter Theisgen
date Thu Jun 13 13:09:35 2019 +0100 (2019-06-13)
parents c101210f8efc
children 443413958528
files puzzles/receipt
line diff
     1.1 --- a/puzzles/receipt	Wed Jun 12 19:02:03 2019 +0200
     1.2 +++ b/puzzles/receipt	Thu Jun 13 13:09:35 2019 +0100
     1.3 @@ -1,23 +1,25 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="puzzles"
     1.7 -VERSION="r8972"
     1.8 +VERSION="20190419"
     1.9  CATEGORY="games"
    1.10  SHORT_DESC="Misc puzzles games."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="MIT"
    1.13 -TARBALL="$PACKAGE.tar.gz"
    1.14  WEB_SITE="https://www.chiark.greenend.org.uk/~sgtatham/puzzles/"
    1.15 +
    1.16 +TARBALL="$PACKAGE-$VERSION.e2135d5.tar.gz"
    1.17  WGET_URL="${WEB_SITE}$TARBALL"
    1.18  
    1.19 -DEPENDS="gtk+ cairo libxcb xorg-libXrandr"
    1.20 -BUILD_DEPENDS="gtk+-dev file"
    1.21 +DEPENDS="cairo gtk+ libxcb xorg-libXrandr"
    1.22 +BUILD_DEPENDS="file gtk+-dev"
    1.23  
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26  {
    1.27  	mkdir -p $DESTDIR/usr/local/games 2> /dev/null
    1.28 -	./configure --prefix=/usr
    1.29 +	./configure		\
    1.30 +		--prefix=/usr	\
    1.31  		$CONFIGURE_ARGS &&
    1.32  	make &&
    1.33  	make DESTDIR=$DESTDIR install
    1.34 @@ -26,15 +28,15 @@
    1.35  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.36  genpkg_rules()
    1.37  {
    1.38 -	mkdir -p $fs/usr/share/pixmaps \
    1.39 -		$fs/usr/share/applications
    1.40 -		
    1.41 -	cp -a $install/usr/* $fs/
    1.42 +	mkdir -p $fs/usr/share/pixmaps
    1.43 +	mkdir -p $fs/usr/share/applications
    1.44 +
    1.45 +	cp -a $install/usr/*	$fs/
    1.46  	
    1.47  	for img in $(ls $src/icons/*16d24*)
    1.48  	do
    1.49  		cp $img $fs/usr/share/pixmaps/$(basename $img -16d24.png).png
    1.50  	done
    1.51  	
    1.52 -	cp -a $stuff/*.desktop $fs/usr/share/applications
    1.53 +	cp -a $stuff/*.desktop	$fs/usr/share/applications
    1.54  }