wok annotate ghostscript-dev/receipt @ rev 15224

gdb: remove wrong error trigger
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Sep 22 15:13:40 2013 +0200 (2013-09-22)
parents acc4afe2f2e5
children bbb38f5d2cd9
rev   line source
jozee@2768 1 # SliTaz package receipt.
jozee@2768 2
jozee@2768 3 PACKAGE="ghostscript-dev"
slaxemulator@9423 4 VERSION="9.02"
jozee@2768 5 CATEGORY="development"
pankso@3001 6 SHORT_DESC="Ghostscript devel file"
jozee@2768 7 MAINTAINER="jozee@slitaz.org"
pascal@15215 8 LICENSE="GPL3"
jozee@2768 9 WANTED="ghostscript"
jozee@2768 10 WEB_SITE="http://ghostscript.com/"
jozee@2768 11
jozee@2768 12 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@2768 13 genpkg_rules()
jozee@2768 14 {
jozee@2770 15 mkdir -p $fs/usr/include
pascal@15215 16 cp -a $install/usr/include $fs/usr
jozee@2768 17 }