wok-next annotate ghostscript-dev/receipt @ rev 8220

imported patch cleanup/wget.patch
author Antoine Bodin <gokhlayeh@slitaz.org>
date Thu Jan 27 00:20:50 2011 +0100 (2011-01-27)
parents e17e83137164
children 94fbabafc8d7
rev   line source
jozee@2768 1 # SliTaz package receipt.
jozee@2768 2
jozee@2768 3 PACKAGE="ghostscript-dev"
slaxemulator@6650 4 VERSION="9.00"
jozee@2768 5 CATEGORY="development"
pankso@3001 6 SHORT_DESC="Ghostscript devel file"
jozee@2768 7 MAINTAINER="jozee@slitaz.org"
jozee@2768 8 WANTED="ghostscript"
jozee@2768 9 WEB_SITE="http://ghostscript.com/"
jozee@2768 10
jozee@2768 11 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@2768 12 genpkg_rules()
jozee@2768 13 {
jozee@2770 14 mkdir -p $fs/usr/include
jozee@2768 15 cp -a $_pkg/usr/include $fs/usr
jozee@2768 16 }