# HG changeset patch # User Christophe Lincoln # Date 1256488312 -3600 # Node ID 98e0e149b48ee168fae6fbf9b887494853c3b725 # Parent 81c4aa5b17631271978fb08bc86d9d9c6de8aca7 Add clutter (UI tool kit) with cairo and gtk bindings diff -r 81c4aa5b1763 -r 98e0e149b48e clutter-cairo/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/clutter-cairo/receipt Sun Oct 25 17:31:52 2009 +0100 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="clutter-cairo" +VERSION="0.8.2" +CATEGORY="x-window" +SHORT_DESC="Cairo libraries for Clutter." +MAINTAINER="pankso@slitaz.org" +DEPENDS="gtk+ cairo clutter clutter-gtk" +BUILD_DEPENDS="gtk+-dev cairo-dev clutter-dev clutter-gtk-dev" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://clutter-project.org/" +WGET_URL="http://www.clutter-project.org/sources/clutter-cairo/0.8/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure \ + --prefix=/usr \ + $CONFIGURE_ARGS && + make && + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib +} diff -r 81c4aa5b1763 -r 98e0e149b48e clutter-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/clutter-dev/receipt Sun Oct 25 17:31:52 2009 +0100 @@ -0,0 +1,18 @@ +# SliTaz package receipt. + +PACKAGE="clutter-dev" +VERSION="1.0.0" +CATEGORY="development" +SHORT_DESC="Clutter tool kit devel files." +MAINTAINER="pankso@slitaz.org" +WANTED="clutter" +WEB_SITE="http://clutter-project.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $_pkg/usr/lib/*.*a $fs/usr/lib + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib + cp -a $_pkg/usr/include $fs/usr +} diff -r 81c4aa5b1763 -r 98e0e149b48e clutter-gtk-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/clutter-gtk-dev/receipt Sun Oct 25 17:31:52 2009 +0100 @@ -0,0 +1,18 @@ +# SliTaz package receipt. + +PACKAGE="clutter-gtk-dev" +VERSION="0.10.2" +CATEGORY="development" +SHORT_DESC="Clutter GTK devel files." +MAINTAINER="pankso@slitaz.org" +WANTED="clutter-gtk" +WEB_SITE="http://clutter-project.org/" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $_pkg/usr/lib/*.*a $fs/usr/lib + cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib + cp -a $_pkg/usr/include $fs/usr +} diff -r 81c4aa5b1763 -r 98e0e149b48e clutter-gtk/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/clutter-gtk/receipt Sun Oct 25 17:31:52 2009 +0100 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="clutter-gtk" +VERSION="0.10.2" +CATEGORY="x-window" +SHORT_DESC="GTK+ libraries for Clutter." +MAINTAINER="pankso@slitaz.org" +DEPENDS="gtk+ clutter" +BUILD_DEPENDS="gtk+-dev clutter-dev" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://clutter-project.org/" +WGET_URL="http://www.clutter-project.org/sources/clutter-gtk/0.10/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure \ + --prefix=/usr \ + $CONFIGURE_ARGS && + make && + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib +} diff -r 81c4aa5b1763 -r 98e0e149b48e clutter/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/clutter/receipt Sun Oct 25 17:31:52 2009 +0100 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="clutter" +VERSION="1.0.0" +CATEGORY="x-window" +SHORT_DESC="Animated graphical user interfaces library." +MAINTAINER="pankso@slitaz.org" +DEPENDS="gtk+ mesa libdrm" +BUILD_DEPENDS="gtk+-dev mesa-dev libdrm-dev" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://clutter-project.org/" +WGET_URL="http://www.clutter-project.org/sources/clutter/1.0/$TARBALL" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + ./configure \ + --prefix=/usr \ + $CONFIGURE_ARGS && + make && + make DESTDIR=$PWD/_pkg install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib +}