wok rev 22882

updated gsasl and gsasl-dev (1.8.0 -> 1.8.1)
author Hans-G?nter Theisgen
date Sat Feb 22 16:26:34 2020 +0100 (2020-02-22)
parents 39a360ca68eb
children 7ff8d25d7ddb
files gsasl-dev/receipt gsasl/receipt
line diff
     1.1 --- a/gsasl-dev/receipt	Sat Feb 22 15:36:22 2020 +0100
     1.2 +++ b/gsasl-dev/receipt	Sat Feb 22 16:26:34 2020 +0100
     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
     2.1 --- a/gsasl/receipt	Sat Feb 22 15:36:22 2020 +0100
     2.2 +++ b/gsasl/receipt	Sat Feb 22 16:26:34 2020 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="gsasl"
     2.7 -VERSION="1.8.0"
     2.8 +VERSION="1.8.1"
     2.9  CATEGORY="system-tools"
    2.10  SHORT_DESC="Simple Authentication and Security Layer."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12 @@ -11,8 +11,9 @@
    2.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.14  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    2.15  
    2.16 -DEPENDS="gnutls libgcrypt libgpg-error ncurses readline zlib libidn libkrb5 \
    2.17 -	libcomerr3 libtasn1"
    2.18 +DEPENDS="gnutls libcomerr3 libgcrypt libgpg-error libidn libkrb5 
    2.19 +	libtasn1 ncurses readline zlib"
    2.20 +BUILD_DEPENDS="libgcrypt-dev"
    2.21  
    2.22  # Rules to configure and make the package.
    2.23  compile_rules()
    2.24 @@ -30,6 +31,7 @@
    2.25  genpkg_rules()
    2.26  {
    2.27  	mkdir -p $fs/usr/lib
    2.28 +
    2.29  	cp -a $install/usr/bin		$fs/usr
    2.30  	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    2.31  }