wok annotate ghostscript-dev/receipt @ rev 6642

xorg-xf86-input-microtouch: update for new xorg
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 10 23:01:40 2010 +0200 (2010-10-10)
parents 866bbfbac637
children a481142b1d25
rev   line source
jozee@2768 1 # SliTaz package receipt.
jozee@2768 2
jozee@2768 3 PACKAGE="ghostscript-dev"
slaxemulator@6312 4 VERSION="8.71"
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 }