wok-next rev 11207
Add from wok-undigest: gnome-games-glchess gnome-games-icons gnome-games-sudoku gnome-games gnome-js-common gnome-keyring gnome-vfs-monikers
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Nov 03 11:15:24 2011 +0100 (2011-11-03) |
parents | 8df256eba09b |
children | 1c2c60cf1981 |
files | gnome-games-glchess/receipt gnome-games-icons/receipt gnome-games-sudoku/receipt gnome-games/receipt gnome-js-common/receipt gnome-keyring-dev/receipt gnome-keyring/receipt gnome-vfs-monikers-dev/receipt gnome-vfs-monikers/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gnome-games-glchess/receipt Thu Nov 03 11:15:24 2011 +0100 1.3 @@ -0,0 +1,26 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="gnome-games-glchess" 1.7 +VERSION="2.32.1" 1.8 +CATEGORY="games" 1.9 +SHORT_DESC="Chess game using GL/Mesa." 1.10 +MAINTAINER="pankso@slitaz.org" 1.11 +WEB_SITE="http://www.gnome.org/" 1.12 +WANTED="gnome-games" 1.13 +DEPENDS="mesa python gnuchess gnome-games-icons" 1.14 + 1.15 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.16 +genpkg_rules() 1.17 +{ 1.18 + game=glchess 1.19 + mkdir -p \ 1.20 + $fs/usr/games $fs/usr/lib \ 1.21 + $fs/usr/share/applications 1.22 + 1.23 + cp -a $install/usr/games/$game $fs/usr/games 1.24 + cp -a $install/usr/lib/python* $fs/usr/lib 1.25 + rm -rf $fs/usr/lib/python*/*/gnome_sudoku 1.26 + cp -a $install/usr/share/$game $fs/usr/share 1.27 + 1.28 + cp $src/$game/$game.desktop $fs/usr/share/applications 1.29 +}
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/gnome-games-icons/receipt Thu Nov 03 11:15:24 2011 +0100 2.3 @@ -0,0 +1,18 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="gnome-games-icons" 2.7 +VERSION="2.32.1" 2.8 +CATEGORY="games" 2.9 +SHORT_DESC="Gnome games icons set." 2.10 +MAINTAINER="pankso@slitaz.org" 2.11 +WEB_SITE="http://www.gnome.org/" 2.12 +WANTED="gnome-games" 2.13 +DEPENDS="gnome-games" 2.14 + 2.15 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.16 +genpkg_rules() 2.17 +{ 2.18 + mkdir -p $fs/usr/share 2.19 + cp -a $install/usr/share/icons $fs/usr/share 2.20 + rm -rf $fs/usr/share/icons/hicolor/scalable 2.21 +}
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/gnome-games-sudoku/receipt Thu Nov 03 11:15:24 2011 +0100 3.3 @@ -0,0 +1,26 @@ 3.4 +# SliTaz package receipt. 3.5 + 3.6 +PACKAGE="gnome-games-sudoku" 3.7 +VERSION="2.32.1" 3.8 +CATEGORY="games" 3.9 +SHORT_DESC="Gnome sudoku game." 3.10 +MAINTAINER="pankso@slitaz.org" 3.11 +WEB_SITE="http://www.gnome.org/" 3.12 +WANTED="gnome-games" 3.13 +DEPENDS="python pygtk python-gconf gnome-games-icons" 3.14 + 3.15 +# Rules to gen a SliTaz package suitable for Tazpkg. 3.16 +genpkg_rules() 3.17 +{ 3.18 + game=gnome-sudoku 3.19 + mkdir -p \ 3.20 + $fs/usr/games $fs/usr/lib \ 3.21 + $fs/usr/share/applications 3.22 + 3.23 + cp -a $install/usr/games/$game $fs/usr/games 3.24 + cp -a $install/usr/lib/python* $fs/usr/lib 3.25 + rm -rf $fs/usr/lib/python*/*/glchess 3.26 + cp -a $install/usr/share/$game $fs/usr/share 3.27 + 3.28 + cp $src/$game/$game.desktop $fs/usr/share/applications 3.29 +}
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 4.2 +++ b/gnome-games/receipt Thu Nov 03 11:15:24 2011 +0100 4.3 @@ -0,0 +1,49 @@ 4.4 +# SliTaz package receipt. 4.5 + 4.6 +PACKAGE="gnome-games" 4.7 +VERSION="2.32.1" 4.8 +CATEGORY="games" 4.9 +SHORT_DESC="A set of of simple games from Gnome." 4.10 +MAINTAINER="pankso@slitaz.org" 4.11 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 4.12 +WEB_SITE="http://www.gnome.org/" 4.13 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 4.14 + 4.15 +# Games: aisleriot need guile. glchess use pygtk/mesa and is splitted 4.16 +DEPENDS="GConf librsvg libcroco mesa clutter clutter-gtk libcanberra \ 4.17 +libvorbis libogg util-linux-ng-uuid gnuchess gnome-games-icons seed" 4.18 +BUILD_DEPENDS="GConf-dev librsvg-dev libcroco-dev mesa-dev clutter-dev \ 4.19 +clutter-gtk-dev python-dev pygtk-dev libcanberra-dev gnome-doc-utils-dev \ 4.20 +libvorbis-dev libogg-dev util-linux-ng-uuid-dev seed-dev" 4.21 + 4.22 +# Rules to configure and make the package. 4.23 +compile_rules() 4.24 +{ 4.25 + cd $src 4.26 + ./configure \ 4.27 + --bindir=/usr/games \ 4.28 + --sysconfdir=/etc \ 4.29 + --localstatedir=/var \ 4.30 + --enable-omitgames=aisleriot \ 4.31 + --disable-scrollkeeper \ 4.32 + $CONFIGURE_ARGS && 4.33 + make && make install && 4.34 + rm $DESTDIR/usr/share/*/glchess.desktop && 4.35 + rm $DESTDIR/usr/share/*/gnome-sudoku.desktop 4.36 +} 4.37 + 4.38 +# Rules to gen a SliTaz package suitable for Tazpkg. 4.39 +genpkg_rules() 4.40 +{ 4.41 + mkdir -p $fs/usr/lib $fs/usr/share 4.42 + 4.43 + cp -a $install/usr/games $fs/usr 4.44 + cp -a $install/usr/share/$PACKAGE $fs/usr/share 4.45 + 4.46 + # Remove splitted games files 4.47 + rm -f $fs/usr/games/glchess 4.48 + rm -f $fs/usr/games/gnome-sudoku 4.49 + 4.50 + cp -a $install/var $fs 4.51 + chmod a+w $fs/var/games/* 4.52 +}
5.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 5.2 +++ b/gnome-js-common/receipt Thu Nov 03 11:15:24 2011 +0100 5.3 @@ -0,0 +1,29 @@ 5.4 +# SliTaz package receipt. 5.5 + 5.6 +PACKAGE="gnome-js-common" 5.7 +VERSION="0.1.2" 5.8 +CATEGORY="system-tools" 5.9 +SHORT_DESC="Gnome JS common files." 5.10 +MAINTAINER="pankso@slitaz.org" 5.11 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 5.12 +WEB_SITE="http://www.gnome.org/" 5.13 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 5.14 + 5.15 +DEPENDS="" 5.16 +BUILD_DEPENDS="" 5.17 + 5.18 +# Rules to configure and make the package. 5.19 +compile_rules() 5.20 +{ 5.21 + cd $src 5.22 + ./configure \ 5.23 + $CONFIGURE_ARGS && 5.24 + make && make install 5.25 +} 5.26 + 5.27 +# Rules to gen a SliTaz package suitable for Tazpkg. 5.28 +genpkg_rules() 5.29 +{ 5.30 + mkdir -p $fs/usr 5.31 + cp -a $install/usr/lib $fs/usr 5.32 +}
6.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 6.2 +++ b/gnome-keyring-dev/receipt Thu Nov 03 11:15:24 2011 +0100 6.3 @@ -0,0 +1,22 @@ 6.4 +# SliTaz package receipt. 6.5 + 6.6 +PACKAGE="gnome-keyring-dev" 6.7 +VERSION="2.32.1" 6.8 +CATEGORY="develoement" 6.9 +SHORT_DESC="Gnome keyring devel files" 6.10 +MAINTAINER="pankso@slitaz.org" 6.11 +DEPENDS="gnome-keyring" 6.12 +TARBALL="$PACKAGE-$VERSION.tar.gz" 6.13 +WEB_SITE="http://www.gnome.org" 6.14 +WANTED="gnome-keyring" 6.15 + 6.16 +# Rules to gen a SliTaz package suitable for Tazpkg. 6.17 +genpkg_rules() 6.18 +{ 6.19 + mkdir -p $fs/usr/lib/$WANTED 6.20 + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 6.21 + cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 6.22 + cp -a $_pkg/usr/lib/$WANTED/devel $fs/usr/lib/$WANTED 6.23 + cp -a $_pkg/usr/lib/$WANTED/*.*a $fs/usr/lib/$WANTED 6.24 + cp -a $_pkg/usr/include $fs/usr 6.25 +}
7.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 7.2 +++ b/gnome-keyring/receipt Thu Nov 03 11:15:24 2011 +0100 7.3 @@ -0,0 +1,43 @@ 7.4 +# SliTaz package receipt. 7.5 + 7.6 +PACKAGE="gnome-keyring" 7.7 +VERSION="2.32.1" 7.8 +CATEGORY="x-window" 7.9 +SHORT_DESC="A program that keep password and other secrets for users." 7.10 +MAINTAINER="pankso@slitaz.org" 7.11 +TARBALL="$PACKAGE-$VERSION.tar.gz" 7.12 +WEB_SITE="http://www.gnome.org" 7.13 +WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" 7.14 + 7.15 +DEPENDS="libgcrypt libtasn1 python dbus" 7.16 +BUILD_DEPENDS="libgcrypt-dev libtasn1-dev python-dev dbus-dev" 7.17 + 7.18 +# Rules to configure and make the package. 7.19 +compile_rules() 7.20 +{ 7.21 + cd $src 7.22 + ./configure \ 7.23 + --libexecdir=/usr/lib/$PACKAGE \ 7.24 + --sysconfdir=/etc/gnome \ 7.25 + --disable-pam && 7.26 + make && make install 7.27 +} 7.28 + 7.29 +# Rules to gen a SliTaz package suitable for Tazpkg. 7.30 +genpkg_rules() 7.31 +{ 7.32 + mkdir -p $fs/usr/lib $fs/usr/share 7.33 + cp -a $install/etc $fs 7.34 + cp -a $install/usr/bin $fs/usr 7.35 + cp -a $install/usr/lib/*.so* $fs/usr/lib 7.36 + cp -a $install/usr/lib/$PACKAGE $fs/usr/lib 7.37 + for i in dbus-1 GConf gcr glib-2.0 $PACKAGE 7.38 + do 7.39 + cp -a $install/usr/share/$i $fs/usr/share 7.40 + done 7.41 + 7.42 + # Remove devel files. 7.43 + rm -rf $fs/usr/lib/gnome-keyring/devel 7.44 + find $fs/usr/lib -name *.*a -exec rm -f {} \; 7.45 +} 7.46 +
8.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 8.2 +++ b/gnome-vfs-monikers-dev/receipt Thu Nov 03 11:15:24 2011 +0100 8.3 @@ -0,0 +1,24 @@ 8.4 +# SliTaz package receipt. 8.5 + 8.6 +PACKAGE="gnome-vfs-monikers-dev" 8.7 +VERSION="2.15.3" 8.8 +CATEGORY="development" 8.9 +SHORT_DESC="GNOME Bonobo monikers dev files " 8.10 +MAINTAINER="erjo@slitaz.org" 8.11 +DEPENDS="gnome-vfs libbonobo" 8.12 +BUILD_DEPENDS="gnome-vfs-dev libbonobo-dev" 8.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 8.14 +WEB_SITE="http://www.gnome.org" 8.15 +WANTED="gnome-vfs-monikers" 8.16 + 8.17 +# Rules to gen a SliTaz package suitable for Tazpkg. 8.18 +genpkg_rules() 8.19 +{ 8.20 + mkdir -p $fs/usr 8.21 + cp -a $_pkg/usr/lib $fs/usr 8.22 + 8.23 + # Clean unwated files 8.24 + cd $fs/usr/lib ; find . -name "*.so*" -exec rm -f {} \; 8.25 + 8.26 +} 8.27 +
9.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 9.2 +++ b/gnome-vfs-monikers/receipt Thu Nov 03 11:15:24 2011 +0100 9.3 @@ -0,0 +1,41 @@ 9.4 +# SliTaz package receipt. 9.5 + 9.6 +PACKAGE="gnome-vfs-monikers" 9.7 +VERSION="2.15.3" 9.8 +CATEGORY="x-window" 9.9 +SHORT_DESC="GNOME Bonobo monikers " 9.10 +MAINTAINER="erjo@slitaz.org" 9.11 +DEPENDS="gnome-vfs libbonobo" 9.12 +BUILD_DEPENDS="gnome-vfs-dev libbonobo-dev glib-dev ORBit2-dev" 9.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2" 9.14 +WEB_SITE="http://www.gnome.org" 9.15 +WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" 9.16 + 9.17 +# Rules to configure and make the package. 9.18 +compile_rules() 9.19 +{ 9.20 + cd $src 9.21 + export CFLAGS="-I/usr/include/libbonobo-2.0 -I/usr/include/glib-2.0 \ 9.22 +-I/usr/lib/glib-2.0/include -I/usr/include/bonobo-activation-2.0 \ 9.23 +-I/usr/include/orbit-2.0 -I/usr/include/gnome-vfs-2.0" 9.24 + ./configure \ 9.25 + --prefix=/usr \ 9.26 + --infodir=/usr/share/info \ 9.27 + --mandir=/usr/share/man \ 9.28 + $CONFIGURE_ARGS && 9.29 + make && make DESTDIR=$DESTDIR install 9.30 +} 9.31 + 9.32 +# Rules to gen a SliTaz package suitable for Tazpkg. 9.33 +genpkg_rules() 9.34 +{ 9.35 + mkdir -p $fs/usr/ 9.36 + cp -a $_pkg/usr/lib $fs/usr 9.37 + 9.38 + # Clean unwated files 9.39 + cd $fs/usr/lib ; find . -name "*.*a" -exec rm -f {} \; 9.40 + 9.41 + # Strip all 9.42 + find . -name "*.so" -exec strip -s {} \; 9.43 +} 9.44 +