wok diff sudoku-savant/receipt @ rev 2503
libgsf: update WGET_URL
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Mar 16 12:04:46 2009 +0000 (2009-03-16) |
parents | 34f139e5f103 |
children | 0b02072d7f48 |
line diff
1.1 --- a/sudoku-savant/receipt Tue Jul 08 23:33:40 2008 +0200 1.2 +++ b/sudoku-savant/receipt Mon Mar 16 12:04:46 2009 +0000 1.3 @@ -4,6 +4,9 @@ 1.4 VERSION="1.2.1" 1.5 CATEGORY="games" 1.6 SHORT_DESC="Sudoku games/generator using GTK." 1.7 +DEPENDS="expat gtk+ xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor \ 1.8 +xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrandr \ 1.9 +xorg-libXrender" 1.10 BUILD_DEPENDS="gtk+-dev" 1.11 MAINTAINER="pankso@slitaz.org" 1.12 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.13 @@ -16,11 +19,12 @@ 1.14 cd $src 1.15 ./configure \ 1.16 --prefix=/usr \ 1.17 - --mandir=/usr/share/man 1.18 - make 1.19 + --mandir=/usr/share/man \ 1.20 + $CONFIGURE_ARGS && 1.21 + make && 1.22 make DESTDIR=$PWD/_pkg install 1.23 # No desktop-file-utils 1.24 - echo "Continue..." 1.25 + #echo "Continue..." 1.26 } 1.27 1.28 # Rules to gen a SliTaz package suitable for Tazpkg.