wok-next view ghostscript-dev/receipt @ rev 18902
Up: 2.2.5 to 2.2.8 - Add: description file - Fix: display msg /usr/lib/bluefish
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Fri Feb 19 07:04:57 2016 -0200 (2016-02-19) |
parents | acc4afe2f2e5 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="ghostscript-dev"
4 VERSION="9.02"
5 CATEGORY="development"
6 SHORT_DESC="Ghostscript devel file"
7 MAINTAINER="jozee@slitaz.org"
8 LICENSE="GPL3"
9 WANTED="ghostscript"
10 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 $install/usr/include $fs/usr
17 }