wok view freetype-dev/receipt @ rev 19009

busybox/fbvnc: wheelmouse support (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 28 18:28:53 2016 +0200 (2016-03-28)
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 }