wok-6.x diff gsasl/receipt @ rev 21586
updated nspr and nspr-dev (4.10.8 -> 4.21)
author | Hans-G?nter Theisgen |
---|---|
date | Mon May 20 13:58:55 2019 +0100 (2019-05-20) |
parents | dead8955c3ca |
children | 7751c1676f43 |
line diff
1.1 --- a/gsasl/receipt Wed Sep 25 09:50:51 2013 +0000 1.2 +++ b/gsasl/receipt Mon May 20 13:58:55 2019 +0100 1.3 @@ -1,25 +1,28 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gsasl" 1.7 -VERSION="0.2.29" 1.8 +VERSION="1.8.0" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Simple Authentication and Security Layer." 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 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 -WEB_SITE="http://www.gnu.org/software/$PACKAGE/" 1.17 -WGET_URL="ftp://alpha.gnu.org/pub/gnu/$PACKAGE/$TARBALL" 1.18 +WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 1.19 1.20 DEPENDS="gnutls libgcrypt libgpg-error ncurses readline zlib libidn libkrb5 \ 1.21 -libcomerr3 libtasn1" 1.22 + libcomerr3 libtasn1" 1.23 1.24 # Rules to configure and make the package. 1.25 compile_rules() 1.26 { 1.27 - cd $src 1.28 - ./configure --prefix=/usr --infodir=/usr/share/info \ 1.29 - --mandir=/usr/share/man $CONFIGURE_ARGS && 1.30 - make $MAKEFLAGS && 1.31 + ./configure \ 1.32 + --prefix=/usr \ 1.33 + --infodir=/usr/share/info \ 1.34 + --mandir=/usr/share/man \ 1.35 + $CONFIGURE_ARGS && 1.36 + make $MAKEFLAGS -j 1 && 1.37 make DESTDIR=$DESTDIR install 1.38 } 1.39 1.40 @@ -27,7 +30,6 @@ 1.41 genpkg_rules() 1.42 { 1.43 mkdir -p $fs/usr/lib 1.44 - cp -a $install/usr/bin $fs/usr 1.45 - cp -a $install/usr/lib/*.so* $fs/usr/lib 1.46 + cp -a $install/usr/bin $fs/usr 1.47 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.48 } 1.49 -