wok diff ghostscript-dev/receipt @ rev 24598

updated ghostscript and ghostscript-dev (9.02 -> 9.55.0)
author Hans-G?nter Theisgen
date Wed Mar 02 07:25:16 2022 +0100 (2022-03-02)
parents 7bb096863642
children 8691816c33c5
line diff
     1.1 --- a/ghostscript-dev/receipt	Sat Sep 14 17:06:00 2013 +0000
     1.2 +++ b/ghostscript-dev/receipt	Wed Mar 02 07:25:16 2022 +0100
     1.3 @@ -1,9 +1,9 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="ghostscript-dev"
     1.7 -VERSION="9.02"
     1.8 +VERSION="9.55.0"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Ghostscript devel file"
    1.11 +SHORT_DESC="Ghostscript development files."
    1.12  MAINTAINER="jozee@slitaz.org"
    1.13  LICENSE="GPL3"
    1.14  WANTED="ghostscript"
    1.15 @@ -12,6 +12,5 @@
    1.16  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.17  genpkg_rules()
    1.18  {
    1.19 -	mkdir -p $fs/usr/include
    1.20 -	cp -a $install/usr/include $fs/usr
    1.21 +	cook_copy_folders	include
    1.22  }