wok view freetype1-dev/receipt @ rev 17699

Up marlin: edit last patch
author Yuri Pourre <yuripourre@gmail.com>
date Thu Feb 26 22:14:27 2015 -0300 (2015-02-26)
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 }