wok view harfbuzz-dev/receipt @ rev 16345

Up: slitaz-configs (5.3) With new Slitaz Tiny Screen desktop files and tools
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 12 20:04:10 2014 +0200 (2014-04-12)
parents
children 84de37378086
line source
1 # SliTaz package receipt.
3 PACKAGE="harfbuzz-dev"
4 VERSION="0.9.27"
5 CATEGORY="development"
6 SHORT_DESC="harfbuzz development files"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="harfbuzz"
10 WEB_SITE="http://www.freedesktop.org/wiki/Software/HarfBuzz"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $install/usr/include $fs/usr
17 cp -a $install/usr/lib/*.*a $fs/usr/lib
18 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
19 }