wok view freetype-dev/receipt @ rev 20095

slitaz-base-files: don't backup-restore the whole /etc ($CONFIG_FILES variable exist), allow to update /etc/init.d/rc.functions
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Oct 05 23:51:00 2017 +0300 (2017-10-05)
parents 63e8a59635ee
children 508f66468375
line source
1 # SliTaz package receipt.
3 PACKAGE="freetype-dev"
4 VERSION="2.6.4"
5 CATEGORY="development"
6 SHORT_DESC="A free, high-quality, and portable font engine, development files"
7 WEB_SITE="https://www.freetype.org/"
8 MAINTAINER="pankso@slitaz.org"
9 LICENSE="FTL GPL2"
10 HOST_ARCH="i486 arm"
12 WANTED="freetype"
13 DEPENDS="freetype bzip2-dev glib-dev harfbuzz-dev libpng-dev pcre-dev zlib-dev"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 cp -a $install/* $fs
19 rm $fs/usr/lib/*.so*
20 rm -r $fs/usr/share/man
21 }