wok annotate ghostscript-dev/receipt @ rev 6389
Fixed some depends problems when building gtk-vnc. Like added libtasn1 to libtasn1-dev. Some builds need the .so files and the headers.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Sep 23 18:31:29 2010 +0000 (2010-09-23) |
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 } |