wok diff gsasl/receipt @ rev 22957

updated iptables and iptables-dev (1.4.21 -> 1.8.4)
author Hans-G?nter Theisgen
date Fri Feb 28 15:41:30 2020 +0100 (2020-02-28)
parents f0a575154c06
children 71360a13cd94
line diff
     1.1 --- a/gsasl/receipt	Fri Mar 08 17:54:27 2019 +0100
     1.2 +++ b/gsasl/receipt	Fri Feb 28 15:41:30 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gsasl"
     1.7 -VERSION="1.8.0"
     1.8 +VERSION="1.8.1"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Simple Authentication and Security Layer."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -11,8 +11,9 @@
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.15  
    1.16 -DEPENDS="gnutls libgcrypt libgpg-error ncurses readline zlib libidn libkrb5 \
    1.17 -	libcomerr3 libtasn1"
    1.18 +DEPENDS="gnutls libcomerr3 libgcrypt libgpg-error libidn libkrb5 
    1.19 +	libtasn1 ncurses readline zlib"
    1.20 +BUILD_DEPENDS="libgcrypt-dev"
    1.21  
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24 @@ -30,6 +31,7 @@
    1.25  genpkg_rules()
    1.26  {
    1.27  	mkdir -p $fs/usr/lib
    1.28 +
    1.29  	cp -a $install/usr/bin		$fs/usr
    1.30  	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    1.31  }