wok diff gsasl-dev/receipt @ rev 24005

cdrkit: force catalog sort weight
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 19 09:09:36 2021 +0000 (2021-01-19)
parents f0a575154c06
children 5056c151cd62
line diff
     1.1 --- a/gsasl-dev/receipt	Fri Mar 08 17:54:27 2019 +0100
     1.2 +++ b/gsasl-dev/receipt	Tue Jan 19 09:09:36 2021 +0000
     1.3 @@ -1,20 +1,21 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gsasl-dev"
     1.7 -VERSION="1.8.0"
     1.8 +VERSION="1.8.1"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Simple Authentication and Security Layer, development files."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="GPL3"
    1.13  WEB_SITE="https://www.gnu.org/software/$PACKAGE/"
    1.14  
    1.15 +DEPENDS="pkg-config"
    1.16  WANTED="gsasl"
    1.17 -DEPENDS="pkg-config"
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
    1.21  {
    1.22  	mkdir -p $fs/usr/lib
    1.23 +
    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