# HG changeset patch # User Hans-G?nter Theisgen # Date 1582385194 -3600 # Node ID 7751c1676f435e1cd248b1ce5fbe0a3b8b2749f6 # Parent 39a360ca68eb2e3983ce165952e8ce259630ea5d updated gsasl and gsasl-dev (1.8.0 -> 1.8.1) diff -r 39a360ca68eb -r 7751c1676f43 gsasl-dev/receipt --- a/gsasl-dev/receipt Sat Feb 22 15:36:22 2020 +0100 +++ b/gsasl-dev/receipt Sat Feb 22 16:26:34 2020 +0100 @@ -1,20 +1,21 @@ # SliTaz package receipt. PACKAGE="gsasl-dev" -VERSION="1.8.0" +VERSION="1.8.1" CATEGORY="development" SHORT_DESC="Simple Authentication and Security Layer, development files." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL3" WEB_SITE="https://www.gnu.org/software/$PACKAGE/" +DEPENDS="pkg-config" WANTED="gsasl" -DEPENDS="pkg-config" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib + cp -a $install/usr/include $fs/usr cp -a $install/usr/lib/*a $fs/usr/lib cp -a $install/usr/lib/pkgconfig $fs/usr/lib diff -r 39a360ca68eb -r 7751c1676f43 gsasl/receipt --- a/gsasl/receipt Sat Feb 22 15:36:22 2020 +0100 +++ b/gsasl/receipt Sat Feb 22 16:26:34 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="gsasl" -VERSION="1.8.0" +VERSION="1.8.1" CATEGORY="system-tools" SHORT_DESC="Simple Authentication and Security Layer." MAINTAINER="pascal.bellard@slitaz.org" @@ -11,8 +11,9 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" -DEPENDS="gnutls libgcrypt libgpg-error ncurses readline zlib libidn libkrb5 \ - libcomerr3 libtasn1" +DEPENDS="gnutls libcomerr3 libgcrypt libgpg-error libidn libkrb5 + libtasn1 ncurses readline zlib" +BUILD_DEPENDS="libgcrypt-dev" # Rules to configure and make the package. compile_rules() @@ -30,6 +31,7 @@ genpkg_rules() { mkdir -p $fs/usr/lib + cp -a $install/usr/bin $fs/usr cp -a $install/usr/lib/*.so* $fs/usr/lib }