wok diff freetype-dev/receipt @ rev 22310

updated xterm (314 -> 350)
author Hans-G?nter Theisgen
date Thu Nov 14 10:30:11 2019 +0100 (2019-11-14)
parents 63e8a59635ee
children 508f66468375
line diff
     1.1 --- a/freetype-dev/receipt	Sun Nov 29 16:45:24 2015 +0100
     1.2 +++ b/freetype-dev/receipt	Thu Nov 14 10:30:11 2019 +0100
     1.3 @@ -1,23 +1,21 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="freetype-dev"
     1.7 -VERSION="2.6.1"
     1.8 +VERSION="2.6.4"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Development files for Freetype"
    1.11 -WEB_SITE="http://www.freetype.org/"
    1.12 +SHORT_DESC="A free, high-quality, and portable font engine, development files"
    1.13 +WEB_SITE="https://www.freetype.org/"
    1.14  MAINTAINER="pankso@slitaz.org"
    1.15  LICENSE="FTL GPL2"
    1.16  HOST_ARCH="i486 arm"
    1.17  
    1.18  WANTED="freetype"
    1.19 -DEPENDS="freetype libzip-dev bzip2-dev libpng-dev harfbuzz-dev pkg-config"
    1.20 +DEPENDS="freetype bzip2-dev glib-dev harfbuzz-dev libpng-dev pcre-dev zlib-dev"
    1.21  
    1.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.23  genpkg_rules()
    1.24  {
    1.25 -	mkdir -p $fs/usr/lib
    1.26 -	cp -a $install/usr/include $fs/usr
    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/share $fs/usr
    1.30 +	cp -a $install/* $fs
    1.31 +	rm $fs/usr/lib/*.so*
    1.32 +	rm -r $fs/usr/share/man
    1.33  }