wok diff freetype-dev/receipt @ rev 14225

freetype*: up 2.4.11; fontconfig*: up 2.10.91; add freetype-infinality* and fontconfig-infinality; gobject-introspection: up 1.32.1; gtk+3*: up 3.4.4; add gtk3-engine-solidity, gtk3-engine-unico; pixman*: up 0.28.2; add libxklavier, lightdm*; slitaz-i18n: add all existing translations.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Mar 21 16:18:40 2013 +0000 (2013-03-21)
parents 19ade3a2cc9c
children e9a4503b4331
line diff
     1.1 --- a/freetype-dev/receipt	Tue Apr 24 22:35:37 2012 +0200
     1.2 +++ b/freetype-dev/receipt	Thu Mar 21 16:18:40 2013 +0000
     1.3 @@ -1,20 +1,21 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="freetype-dev"
     1.7 -VERSION="2.4.9"
     1.8 +VERSION="2.4.11"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Freetype font engine devel files."
    1.11 +SHORT_DESC="Development files for Freetype-Infinality"
    1.12  WEB_SITE="http://www.freetype.org/"
    1.13 -MAINTAINER="pankso@slitaz.org"
    1.14 -DEPENDS="freetype"
    1.15 +MAINTAINER="al.bobylev@gmail.com"
    1.16 +
    1.17  WANTED="freetype"
    1.18 +DEPENDS="freetype libzip-dev bzip2-dev"
    1.19  
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.21  genpkg_rules()
    1.22  {
    1.23  	mkdir -p $fs/usr/lib
    1.24 +	cp -a $install/usr/include $fs/usr
    1.25 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.26  	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.27 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.28 -	cp -a $install/usr/include $fs/usr
    1.29  	cp -a $install/usr/share $fs/usr
    1.30  }