wok view freetype-dev/receipt @ rev 14882

python-socketpool, python-restkit, python-http-parser, python-couchdbkit: we need a meaningfull TARBALL to store sources on mirror
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 24 15:51:20 2013 +0000 (2013-07-24)
parents 66feb7f9e198
children 7bb096863642
line source
1 # SliTaz package receipt.
3 PACKAGE="freetype-dev"
4 VERSION="2.4.11"
5 CATEGORY="development"
6 SHORT_DESC="Development files for Freetype-Infinality"
7 WEB_SITE="http://www.freetype.org/"
8 MAINTAINER="al.bobylev@gmail.com"
10 WANTED="freetype"
11 DEPENDS="freetype libzip-dev bzip2-dev"
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/pkgconfig $fs/usr/lib
19 cp -a $install/usr/lib/*.*a $fs/usr/lib
20 cp -a $install/usr/share $fs/usr
21 }