wok view harfbuzz-dev/receipt @ rev 17974

scilab: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Apr 18 00:25:23 2015 +0200 (2015-04-18)
parents ee68720a8665
children 99ad99a3ac5e
line source
1 # SliTaz package receipt.
3 PACKAGE="harfbuzz-dev"
4 VERSION="0.9.38"
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 }