wok diff freetype-dev/receipt @ rev 19497
Up SliTaz projects: cookutils (838), slitaz-base-files (314), tazlito (439 again, seems failure isn't here).
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Nov 17 01:33:43 2016 +0200 (2016-11-17) |
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 17 01:33:43 2016 +0200 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 }