wok diff babl-dev/receipt @ rev 22781

updated freetype and freetype-dev (2.6.4 -> 2.10.1)
author Hans-G?nter Theisgen
date Sun Jan 26 09:26:49 2020 +0100 (2020-01-26)
parents ec8a5b44e2fd
children f1c97fa9f326
line diff
     1.1 --- a/babl-dev/receipt	Mon Apr 03 20:09:50 2017 +0000
     1.2 +++ b/babl-dev/receipt	Sun Jan 26 09:26:49 2020 +0100
     1.3 @@ -1,25 +1,26 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="babl-dev"
     1.7 -VERSION="0.1.24"
     1.8 +VERSION="0.1.72"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="pixel format translation library dev files."
    1.11 +SHORT_DESC="Pixel format translation library - development files."
    1.12  MAINTAINER="erjo@slitaz.org"
    1.13  LICENSE="LGPL3"
    1.14  WEB_SITE="http://gegl.org/babl/"
    1.15 -WANTED="babl"
    1.16 -HOST_ARCH="i486 arm"
    1.17  
    1.18  DEPENDS="babl pkg-config"
    1.19 +WANTED="babl"
    1.20 +
    1.21 +HOST_ARCH="i486 arm"
    1.22  
    1.23  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.24  genpkg_rules()
    1.25  {
    1.26  	mkdir -p $fs/usr/lib
    1.27 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.28 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.29 -	cp -a $install/usr/include $fs/usr
    1.30 -	cp -a $install/usr/lib/babl-* $fs/usr/lib
    1.31 -	rm $fs/usr/lib/babl-*/*.so
    1.32 +
    1.33 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.34 +#	cp -a $install/usr/lib/*.*a		$fs/usr/lib
    1.35 +	cp -a $install/usr/include		$fs/usr
    1.36 +	cp -a $install/usr/lib/babl-*		$fs/usr/lib
    1.37 +	rm					$fs/usr/lib/babl-*/*.so
    1.38  }
    1.39 -