wok diff freetype-dev/receipt @ rev 11806

sdcc: fix cp -u
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 25 16:25:09 2012 +0100 (2012-02-25)
parents 8a6c9717345f
children 19ade3a2cc9c
line diff
     1.1 --- a/freetype-dev/receipt	Thu Dec 02 00:38:37 2010 +0000
     1.2 +++ b/freetype-dev/receipt	Sat Feb 25 16:25:09 2012 +0100
     1.3 @@ -1,19 +1,20 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="freetype-dev"
     1.7 -VERSION="2.4.4"
     1.8 +VERSION="2.4.7"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Freetype font engine devel files."
    1.11  WEB_SITE="http://www.freetype.org/"
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13 +DEPENDS="freetype"
    1.14  WANTED="freetype"
    1.15  
    1.16  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.17  genpkg_rules()
    1.18  {
    1.19  	mkdir -p $fs/usr/lib
    1.20 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.21 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.22 -	cp -a $_pkg/usr/include $fs/usr
    1.23 -	cp -a $_pkg/usr/share $fs/usr
    1.24 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.25 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.26 +	cp -a $install/usr/include $fs/usr
    1.27 +	cp -a $install/usr/share $fs/usr
    1.28  }