wok diff clutter-gtk/receipt @ rev 15006

e2fsprogs: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 11 09:31:26 2013 +0000 (2013-08-11)
parents 1da4339c4cf1
children af6c2efa6255
line diff
     1.1 --- a/clutter-gtk/receipt	Wed Mar 14 07:12:49 2012 -0500
     1.2 +++ b/clutter-gtk/receipt	Sun Aug 11 09:31:26 2013 +0000
     1.3 @@ -5,13 +5,15 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="GTK+ libraries for Clutter."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="gtk+ clutter"
     1.8 -BUILD_DEPENDS="gtk+-dev clutter-dev gobject-introspection-dev automake autoconf \
     1.9 +LICENSE="LGPL2.1"
    1.10  libtool gtk-doc"
    1.11  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.12  WEB_SITE="http://clutter-project.org/"
    1.13  WGET_URL="http://www.clutter-project.org/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.14  
    1.15 +DEPENDS="gtk+ clutter"
    1.16 +BUILD_DEPENDS="gtk+-dev clutter-dev gobject-introspection-dev automake autoconf \
    1.17 +
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {
    1.21 @@ -25,13 +27,13 @@
    1.22  		--prefix=/usr \
    1.23  		$CONFIGURE_ARGS &&
    1.24  	make &&
    1.25 -	make DESTDIR=$PWD/_pkg install
    1.26 +	make DESTDIR=$DESTDIR install
    1.27  }
    1.28  
    1.29  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.30  genpkg_rules()
    1.31  {
    1.32  	mkdir -p $fs/usr/lib
    1.33 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.34 -	cp -a $_pkg/usr/lib/girepository-1.0 $fs/usr/lib
    1.35 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.36 +	cp -a $install/usr/lib/girepository-1.0 $fs/usr/lib
    1.37  }