wok diff libsexy/receipt @ rev 14726

Up mesa (9.1.3), intel haswell support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 13 09:32:02 2013 +0200 (2013-06-13)
parents db2b116dcbab
children 76b72f1ad63c
line diff
     1.1 --- a/libsexy/receipt	Wed Nov 03 02:35:47 2010 +0000
     1.2 +++ b/libsexy/receipt	Thu Jun 13 09:32:02 2013 +0200
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Sexy widgests for GTK+."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="gtk+ xorg-libXdamage"
     1.8 -BUILD_DEPENDS="pkg-config gtk+-dev xorg-xproto libxml2-dev"
     1.9 +LICENSE="GPL2"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.11  WEB_SITE="http://www.chipx86.com/wiki/Libsexy"
    1.12  WGET_URL="http://releases.chipx86.com/libsexy/libsexy/$TARBALL"
    1.13  
    1.14 +DEPENDS="gtk+ xorg-libXdamage"
    1.15 +BUILD_DEPENDS="pkg-config gtk+-dev xorg-xproto libxml2-dev"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20 @@ -20,12 +22,12 @@
    1.21  		--mandir=/usr/share/man \
    1.22  		$CONFIGURE_ARGS &&
    1.23  	make &&
    1.24 -	make DESTDIR=$PWD/_pkg install
    1.25 +	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  }