wok view harfbuzz-dev/receipt @ rev 19088

cross/arm: fix build for ell busybox flex ninvaders
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Apr 30 18:20:33 2016 +0200 (2016-04-30)
parents d0f2ba6f5d61
children c460585add2a
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"
11 HOST_ARCH="i486 arm"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $install/usr/include $fs/usr
18 cp -a $install/usr/lib/*.*a $fs/usr/lib
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 }