# HG changeset patch # User Christophe Lincoln # Date 1257699979 -3600 # Node ID 985db9112012359a9d580bfbb43c39e65dbf38b0 # Parent fb51aea1e664d0f57e16055eb4fad9306920043d Remove clutter-cairo diff -r fb51aea1e664 -r 985db9112012 clutter-cairo/receipt --- a/clutter-cairo/receipt Sun Nov 08 16:59:03 2009 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,30 +0,0 @@ -# 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 -}