wok view ghostscript-dev/receipt @ rev 2773

Up: mysql (5.0.77) [security update]
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 27 09:13:11 2009 +0200 (2009-04-27)
parents 6d87bc285c78
children 69664636fac8
line source
1 # SliTaz package receipt.
3 PACKAGE="ghostscript-dev"
4 VERSION="8.64"
5 CATEGORY="development"
6 SHORT_DESC=" ghostscript devel file"
7 MAINTAINER="jozee@slitaz.org"
8 WANTED="ghostscript"
9 WEB_SITE="http://ghostscript.com/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/include
16 cp -a $_pkg/usr/include $fs/usr
17 }