wok diff gsasl/receipt @ rev 23052
gnustep-base: fix libffi path
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Mar 06 17:04:10 2020 +0100 (2020-03-06) |
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 Mar 06 17:04:10 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 }