wok annotate ghostscript-dev/receipt @ rev 13879

busybox-boot: add mount=, loopfs= & subroot= cmdline args
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jan 17 13:39:49 2013 +0100 (2013-01-17)
parents 94fbabafc8d7
children 7bb096863642
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"
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 }