wok-current diff sudoku-savant/receipt @ rev 944
Sylpheed version updated to 2.5.0
author | Franco Azzano <fraazz@altern.org> |
---|---|
date | Tue Jun 24 19:28:03 2008 +0200 (2008-06-24) |
parents | |
children | 34f139e5f103 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/sudoku-savant/receipt Tue Jun 24 19:28:03 2008 +0200 1.3 @@ -0,0 +1,32 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="sudoku-savant" 1.7 +VERSION="1.2" 1.8 +CATEGORY="games" 1.9 +SHORT_DESC="Sudoku games/generator using GTK." 1.10 +BUILD_DEPENDS="gtk+-dev" 1.11 +MAINTAINER="pankso@slitaz.org" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.13 +WEB_SITE="http://sourceforge.net/projects/sudoku-savant/" 1.14 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.15 + 1.16 +# Rules to configure and make the package. 1.17 +compile_rules() 1.18 +{ 1.19 + cd $src 1.20 + ./configure \ 1.21 + --prefix=/usr \ 1.22 + --mandir=/usr/share/man 1.23 + make 1.24 + make DESTDIR=$PWD/_pkg install 1.25 + # No desktop-file-utils 1.26 + echo "Continue..." 1.27 +} 1.28 + 1.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.30 +genpkg_rules() 1.31 +{ 1.32 + mkdir -p $fs/usr 1.33 + cp -a $_pkg/usr/bin $fs/usr 1.34 +} 1.35 +