wok-6.x view freetype1-dev/receipt @ rev 16375
dillo: better SliTaz integration with custom icons (it will be default browser on ARM until TazWeb is stable)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon Apr 14 23:13:44 2014 +0200 (2014-04-14) |
parents | df4f81596226 |
children | a78610b2eb47 |
line source
1 # SliTaz package receipt.
3 PACKAGE="freetype1-dev"
4 VERSION="1.3.1"
5 CATEGORY="development"
6 SHORT_DESC="Freetype1 font engine devel files."
7 WEB_SITE="http://www.freetype.org/"
8 MAINTAINER="rcx@zoominternet.net"
9 LICENSE="BSD"
10 WANTED="freetype1"
11 SOURCE="freetype"
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 }