wok view freetype-dev/receipt @ rev 19100

Up firefox-official(46.0.1)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed May 04 10:58:00 2016 +0300 (2016-05-04)
parents 7e930b05781d
children c460585add2a
line source
1 # SliTaz package receipt.
3 PACKAGE="freetype-dev"
4 VERSION="2.6.1"
5 CATEGORY="development"
6 SHORT_DESC="Development files for Freetype"
7 WEB_SITE="http://www.freetype.org/"
8 MAINTAINER="pankso@slitaz.org"
9 LICENSE="FTL GPL2"
10 HOST_ARCH="i486 arm"
12 WANTED="freetype"
13 DEPENDS="freetype libzip-dev bzip2-dev libpng-dev harfbuzz-dev pkg-config"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 cp -a $install/usr/lib/*.*a $fs/usr/lib
22 cp -a $install/usr/share $fs/usr
23 }