wok-stable rev 11210

Back to undigest: gnome-games seed libruby-extras
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 03 11:29:50 2011 +0100 (2011-11-03)
parents ae4216676c3a
children e414ce8e07d7
files gnome-games-glchess/receipt gnome-games-icons/receipt gnome-games-sudoku/receipt gnome-games/receipt libruby-extras/receipt seed-dev/receipt seed/receipt
line diff
     1.1 --- a/gnome-games-glchess/receipt	Thu Nov 03 11:23:40 2011 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,26 +0,0 @@
     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 --- a/gnome-games-icons/receipt	Thu Nov 03 11:23:40 2011 +0100
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,18 +0,0 @@
     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 --- a/gnome-games-sudoku/receipt	Thu Nov 03 11:23:40 2011 +0100
     3.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.3 @@ -1,26 +0,0 @@
     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 --- a/gnome-games/receipt	Thu Nov 03 11:23:40 2011 +0100
     4.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.3 @@ -1,49 +0,0 @@
     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 --- a/libruby-extras/receipt	Thu Nov 03 11:23:40 2011 +0100
     5.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.3 @@ -1,21 +0,0 @@
     5.4 -# SliTaz package receipt.
     5.5 -
     5.6 -PACKAGE="libruby-extras"
     5.7 -VERSION="1.9.2-p180"
     5.8 -CATEGORY="development"
     5.9 -SHORT_DESC="Ruby libraries."
    5.10 -MAINTAINER="pankso@slitaz.org"
    5.11 -WEB_SITE="http://www.ruby-lang.org/"
    5.12 -DEPENDS="libruby"
    5.13 -WANTED="ruby"
    5.14 -
    5.15 -# Rules to gen a SliTaz package suitable for Tazpkg.
    5.16 -genpkg_rules()
    5.17 -{
    5.18 -	mkdir -p $fs/usr/lib/
    5.19 -	cp -a $_pkg/usr/lib/ruby $fs/usr/lib
    5.20 -	
    5.21 -	# Remove devel files --> ruby-dev
    5.22 -	rm $fs/usr/lib/ruby/${VERSION%.*}/i486-linux/*.h
    5.23 -	rm $fs/usr/lib/ruby/${VERSION%.*}/mkmf.rb
    5.24 -}
     6.1 --- a/seed-dev/receipt	Thu Nov 03 11:23:40 2011 +0100
     6.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.3 @@ -1,23 +0,0 @@
     6.4 -# SliTaz package receipt.
     6.5 -
     6.6 -PACKAGE="seed-dev"
     6.7 -VERSION="2.31.91"
     6.8 -CATEGORY="development"
     6.9 -SHORT_DESC="Gnome JavaScript REPL/Interpreter devel files."
    6.10 -MAINTAINER="pankso@slitaz.org"
    6.11 -WEB_SITE="http://www.gnome.org/"
    6.12 -WANTED="seed"
    6.13 -
    6.14 -DEPENDS="libffi-dev libwebkit-dev gobject-introspection-dev dbus-dev \
    6.15 -dbus-glib-dev readline-dev mpfr-dev gmp-dev libxslt-dev util-linux-ng-uuid-dev \
    6.16 -cairo-dev gnome-js-common"
    6.17 -
    6.18 -# Rules to gen a SliTaz package suitable for Tazpkg.
    6.19 -genpkg_rules()
    6.20 -{
    6.21 -	mkdir -p $fs/usr/lib/seed
    6.22 -	cp -a $install/usr/include $fs/usr
    6.23 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    6.24 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
    6.25 -	cp -a $install/usr/lib/seed/*.*a $fs/usr/lib/seed
    6.26 -}
     7.1 --- a/seed/receipt	Thu Nov 03 11:23:40 2011 +0100
     7.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.3 @@ -1,36 +0,0 @@
     7.4 -# SliTaz package receipt.
     7.5 -
     7.6 -PACKAGE="seed"
     7.7 -VERSION="2.31.91"
     7.8 -CATEGORY="system-tools"
     7.9 -SHORT_DESC="Gnome JavaScript REPL/Interpreter."
    7.10 -MAINTAINER="pankso@slitaz.org"
    7.11 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    7.12 -WEB_SITE="http://www.gnome.org/"
    7.13 -WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    7.14 -
    7.15 -DEPENDS="libffi libwebkit gobject-introspection dbus dbus-glib readline \
    7.16 -mpfr gmp libxslt util-linux-ng-uuid cairo gnome-js-common"
    7.17 -BUILD_DEPENDS="libffi-dev libwebkit-dev gobject-introspection-dev dbus-dev \
    7.18 -dbus-glib-dev readline-dev mpfr-dev gmp-dev libxslt-dev util-linux-ng-uuid-dev \
    7.19 -cairo-dev gnome-js-common"
    7.20 -
    7.21 -# Rules to configure and make the package.
    7.22 -compile_rules()
    7.23 -{
    7.24 -	cd $src
    7.25 -	./configure \
    7.26 -		--with-webkit=1.0 \
    7.27 -		$CONFIGURE_ARGS &&
    7.28 -	make && make install
    7.29 -}
    7.30 -
    7.31 -# Rules to gen a SliTaz package suitable for Tazpkg.
    7.32 -genpkg_rules()
    7.33 -{
    7.34 -	mkdir -p $fs/usr/lib/seed $fs/usr/share
    7.35 -	cp -a $install/usr/bin $fs/usr
    7.36 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    7.37 -	cp -a $install/usr/lib/seed/*.so* $fs/usr/lib/seed
    7.38 -	cp -a $install/usr/share/seed $fs/usr/share
    7.39 -}