wok diff cups-dev/receipt @ rev 22840

Up cryptsetup (2.3.0, supports the BitLocker format)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 12 11:04:59 2020 +0100 (2020-02-12)
parents a78610b2eb47
children 92bbd9147f9b
line diff
     1.1 --- a/cups-dev/receipt	Mon Jan 21 12:26:11 2019 +0100
     1.2 +++ b/cups-dev/receipt	Wed Feb 12 11:04:59 2020 +0100
     1.3 @@ -1,19 +1,20 @@
     1.4  # SliTaz package receipt."
     1.5  
     1.6  PACKAGE="cups-dev"
     1.7 -VERSION="2.0.2"
     1.8 +VERSION="2.3.1"
     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 -WANTED="cups"
    1.15  WEB_SITE="https://www.cups.org/"
    1.16  
    1.17  DEPENDS="cups"
    1.18 +WANTED="cups"
    1.19  
    1.20  genpkg_rules()
    1.21  {
    1.22  	mkdir -p $fs/usr/lib
    1.23 -	cp -a $install/usr/include $fs/usr
    1.24 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.25 +
    1.26 +	cp -a $install/usr/include	$fs/usr
    1.27 +	cp -a $install/usr/lib/*.*a	$fs/usr/lib
    1.28  }