wok diff pixman-dev/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 7ae8c5d88295
children 5286a067ac76
line diff
     1.1 --- a/pixman-dev/receipt	Sat Jun 02 13:45:01 2012 +0200
     1.2 +++ b/pixman-dev/receipt	Thu Jun 13 09:32:02 2013 +0200
     1.3 @@ -1,20 +1,21 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pixman-dev"
     1.7 -VERSION="0.26.0"
     1.8 +VERSION="0.28.2"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Pixman library devel files."
    1.11 +SHORT_DESC="Pixman library devel files"
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13 -DEPENDS="pixman"
    1.14 -WANTED="pixman"
    1.15  WEB_SITE="http://www.cairographics.org/"
    1.16  HOST_ARCH="i486 arm"
    1.17  
    1.18 +WANTED="pixman"
    1.19 +DEPENDS="pixman"
    1.20 +
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22  genpkg_rules()
    1.23  {
    1.24  	mkdir -p $fs/usr/lib
    1.25 +	cp -a $install/usr/include $fs/usr
    1.26 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.27  	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.28 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.29 -	cp -a $install/usr/include $fs/usr
    1.30  }