wok-next diff cups-dev/receipt @ rev 19681

Up cookutils, cups, fontconfig, gtk+, ijs, paper-icon-theme, poppler, qpdf.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 07 17:30:10 2017 +0300 (2017-04-07)
parents 7937664be9cc
children f463de72afe3
line diff
     1.1 --- a/cups-dev/receipt	Sun Mar 22 12:32:24 2015 -0400
     1.2 +++ b/cups-dev/receipt	Fri Apr 07 17:30:10 2017 +0300
     1.3 @@ -1,19 +1,17 @@
     1.4  # SliTaz package receipt."
     1.5  
     1.6  PACKAGE="cups-dev"
     1.7 -VERSION="2.0.2"
     1.8 +VERSION="2.1.4"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Common UNIX Printing System dev files."
    1.11 +SHORT_DESC="Common UNIX Printing System (development files)"
    1.12  MAINTAINER="erjo@slitaz.org"
    1.13  LICENSE="GPL2 LGPL2"
    1.14 +WEB_SITE="https://www.cups.org/"
    1.15 +
    1.16  WANTED="cups"
    1.17 -WEB_SITE="http://www.cups.org/"
    1.18 -
    1.19  DEPENDS="cups"
    1.20  
    1.21  genpkg_rules()
    1.22  {
    1.23 -	mkdir -p $fs/usr/lib
    1.24 -	cp -a $install/usr/include $fs/usr
    1.25 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.26 +	cook_copy_files cups-config *.h
    1.27  }