wok-current view freetype1-dev/receipt @ rev 15723
Move from undigest: poppler-qt4-apps varka varka-dev vifm tmux-mem-cpu-load (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Dec 26 13:52:49 2013 +0000 (2013-12-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 }