wok diff goocanvas/receipt @ rev 17769

compiz-libcompizconfig: cmake 3.1 seems need CMAKE_MINIMUM_REQUIRED_VERSION
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 13 17:47:05 2015 +0100 (2015-03-13)
parents 5d82e62b9b12
children d3eb5f4b53ea
line diff
     1.1 --- a/goocanvas/receipt	Sun Nov 06 20:29:05 2011 +0000
     1.2 +++ b/goocanvas/receipt	Fri Mar 13 17:47:05 2015 +0100
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="A cairo canvas widget for GTK+"
     1.6  MAINTAINER="slaxemulator@gmail.com"
     1.7 -DEPENDS="gtk+"
     1.8 -BUILD_DEPENDS="gtk+-dev"
     1.9 +LICENSE="GPL2"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.11  WEB_SITE="http://live.gnome.org/GooCanvas"
    1.12  WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/1.0/$TARBALL"
    1.13  
    1.14 +DEPENDS="gtk+"
    1.15 +BUILD_DEPENDS="gtk+-dev"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20 @@ -20,13 +22,13 @@
    1.21  		--infodir=/usr/share/info \
    1.22  		--mandir=/usr/share/man \
    1.23  		$CONFIGURE_ARGS &&
    1.24 -	make && make DESTDIR=$PWD/_pkg install
    1.25 +	make && make DESTDIR=$DESTDIR 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 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.34  }
    1.35