wok view harfbuzz-dev/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents 99ad99a3ac5e
children 881c653f2f8c
line source
1 # SliTaz package receipt.
3 PACKAGE="harfbuzz-dev"
4 VERSION="1.0.3"
5 CATEGORY="development"
6 SHORT_DESC="harfbuzz development files"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.freedesktop.org/wiki/Software/HarfBuzz"
10 WANTED="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 }