wok diff pcsc-lite-dev/receipt @ rev 22340

Add perl-netaddr-ip & spamassassin
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 15 23:13:17 2019 +0100 (2019-11-15)
parents 8dd8bab3f0ca
children 97585ed37bf0
line diff
     1.1 --- a/pcsc-lite-dev/receipt	Thu Jan 24 14:51:04 2019 +0100
     1.2 +++ b/pcsc-lite-dev/receipt	Fri Nov 15 23:13:17 2019 +0100
     1.3 @@ -1,21 +1,22 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pcsc-lite-dev"
     1.7 -VERSION="1.8.6"
     1.8 +VERSION="1.8.25"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="SCard interface for communicating to smart cards and readers, developement files"
    1.11 +SHORT_DESC="SCard interface for communicating to smart cards and readers, developement files."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="BSD"
    1.14  WEB_SITE="https://pcsclite.apdu.fr/"
    1.15 -WANTED="pcsc-lite"
    1.16  
    1.17  DEPENDS="pcsc-lite pkg-config"
    1.18 +WANTED="pcsc-lite"
    1.19  
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    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 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.27 +
    1.28 +	cp -a $install/usr/include		$fs/usr
    1.29 +	cp -a $install/usr/lib/*a		$fs/usr/lib
    1.30 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.31  }