wok-4.x rev 4423
Add clutter (UI tool kit) with cairo and gtk bindings
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Oct 25 17:31:52 2009 +0100 (2009-10-25) |
parents | 81c4aa5b1763 |
children | 3ddff9c40a56 |
files | clutter-cairo/receipt clutter-dev/receipt clutter-gtk-dev/receipt clutter-gtk/receipt clutter/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/clutter-cairo/receipt Sun Oct 25 17:31:52 2009 +0100 1.3 @@ -0,0 +1,30 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="clutter-cairo" 1.7 +VERSION="0.8.2" 1.8 +CATEGORY="x-window" 1.9 +SHORT_DESC="Cairo libraries for Clutter." 1.10 +MAINTAINER="pankso@slitaz.org" 1.11 +DEPENDS="gtk+ cairo clutter clutter-gtk" 1.12 +BUILD_DEPENDS="gtk+-dev cairo-dev clutter-dev clutter-gtk-dev" 1.13 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 +WEB_SITE="http://clutter-project.org/" 1.15 +WGET_URL="http://www.clutter-project.org/sources/clutter-cairo/0.8/$TARBALL" 1.16 + 1.17 +# Rules to configure and make the package. 1.18 +compile_rules() 1.19 +{ 1.20 + cd $src 1.21 + ./configure \ 1.22 + --prefix=/usr \ 1.23 + $CONFIGURE_ARGS && 1.24 + make && 1.25 + make DESTDIR=$PWD/_pkg install 1.26 +} 1.27 + 1.28 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.29 +genpkg_rules() 1.30 +{ 1.31 + mkdir -p $fs/usr/lib 1.32 + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.33 +}
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/clutter-dev/receipt Sun Oct 25 17:31:52 2009 +0100 2.3 @@ -0,0 +1,18 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="clutter-dev" 2.7 +VERSION="1.0.0" 2.8 +CATEGORY="development" 2.9 +SHORT_DESC="Clutter tool kit devel files." 2.10 +MAINTAINER="pankso@slitaz.org" 2.11 +WANTED="clutter" 2.12 +WEB_SITE="http://clutter-project.org/" 2.13 + 2.14 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.15 +genpkg_rules() 2.16 +{ 2.17 + mkdir -p $fs/usr/lib 2.18 + cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 2.19 + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 2.20 + cp -a $_pkg/usr/include $fs/usr 2.21 +}
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/clutter-gtk-dev/receipt Sun Oct 25 17:31:52 2009 +0100 3.3 @@ -0,0 +1,18 @@ 3.4 +# SliTaz package receipt. 3.5 + 3.6 +PACKAGE="clutter-gtk-dev" 3.7 +VERSION="0.10.2" 3.8 +CATEGORY="development" 3.9 +SHORT_DESC="Clutter GTK devel files." 3.10 +MAINTAINER="pankso@slitaz.org" 3.11 +WANTED="clutter-gtk" 3.12 +WEB_SITE="http://clutter-project.org/" 3.13 + 3.14 +# Rules to gen a SliTaz package suitable for Tazpkg. 3.15 +genpkg_rules() 3.16 +{ 3.17 + mkdir -p $fs/usr/lib 3.18 + cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 3.19 + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib 3.20 + cp -a $_pkg/usr/include $fs/usr 3.21 +}
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 4.2 +++ b/clutter-gtk/receipt Sun Oct 25 17:31:52 2009 +0100 4.3 @@ -0,0 +1,30 @@ 4.4 +# SliTaz package receipt. 4.5 + 4.6 +PACKAGE="clutter-gtk" 4.7 +VERSION="0.10.2" 4.8 +CATEGORY="x-window" 4.9 +SHORT_DESC="GTK+ libraries for Clutter." 4.10 +MAINTAINER="pankso@slitaz.org" 4.11 +DEPENDS="gtk+ clutter" 4.12 +BUILD_DEPENDS="gtk+-dev clutter-dev" 4.13 +TARBALL="$PACKAGE-$VERSION.tar.gz" 4.14 +WEB_SITE="http://clutter-project.org/" 4.15 +WGET_URL="http://www.clutter-project.org/sources/clutter-gtk/0.10/$TARBALL" 4.16 + 4.17 +# Rules to configure and make the package. 4.18 +compile_rules() 4.19 +{ 4.20 + cd $src 4.21 + ./configure \ 4.22 + --prefix=/usr \ 4.23 + $CONFIGURE_ARGS && 4.24 + make && 4.25 + make DESTDIR=$PWD/_pkg install 4.26 +} 4.27 + 4.28 +# Rules to gen a SliTaz package suitable for Tazpkg. 4.29 +genpkg_rules() 4.30 +{ 4.31 + mkdir -p $fs/usr/lib 4.32 + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 4.33 +}
5.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 5.2 +++ b/clutter/receipt Sun Oct 25 17:31:52 2009 +0100 5.3 @@ -0,0 +1,30 @@ 5.4 +# SliTaz package receipt. 5.5 + 5.6 +PACKAGE="clutter" 5.7 +VERSION="1.0.0" 5.8 +CATEGORY="x-window" 5.9 +SHORT_DESC="Animated graphical user interfaces library." 5.10 +MAINTAINER="pankso@slitaz.org" 5.11 +DEPENDS="gtk+ mesa libdrm" 5.12 +BUILD_DEPENDS="gtk+-dev mesa-dev libdrm-dev" 5.13 +TARBALL="$PACKAGE-$VERSION.tar.gz" 5.14 +WEB_SITE="http://clutter-project.org/" 5.15 +WGET_URL="http://www.clutter-project.org/sources/clutter/1.0/$TARBALL" 5.16 + 5.17 +# Rules to configure and make the package. 5.18 +compile_rules() 5.19 +{ 5.20 + cd $src 5.21 + ./configure \ 5.22 + --prefix=/usr \ 5.23 + $CONFIGURE_ARGS && 5.24 + make && 5.25 + make DESTDIR=$PWD/_pkg install 5.26 +} 5.27 + 5.28 +# Rules to gen a SliTaz package suitable for Tazpkg. 5.29 +genpkg_rules() 5.30 +{ 5.31 + mkdir -p $fs/usr/lib 5.32 + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 5.33 +}