wok diff gsasl/receipt @ rev 20305
pppd: into dialout group
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun May 06 10:39:28 2018 +0200 (2018-05-06) |
parents | c79cc4583669 |
children | f0a575154c06 |
line diff
1.1 --- a/gsasl/receipt Sun Sep 22 18:54:53 2013 +0200 1.2 +++ b/gsasl/receipt Sun May 06 10:39:28 2018 +0200 1.3 @@ -5,9 +5,11 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="Simple Authentication and Security Layer." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="GPL3" 1.8 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.9 WEB_SITE="http://www.gnu.org/software/$PACKAGE/" 1.10 WGET_URL="ftp://alpha.gnu.org/pub/gnu/$PACKAGE/$TARBALL" 1.11 + 1.12 DEPENDS="gnutls libgcrypt libgpg-error ncurses readline zlib libidn libkrb5 \ 1.13 libcomerr3 libtasn1" 1.14 1.15 @@ -17,15 +19,15 @@ 1.16 cd $src 1.17 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.18 --mandir=/usr/share/man $CONFIGURE_ARGS && 1.19 - make $MAKEFLAGS 2>&1 | grep -v "ERROR''@|" && 1.20 - make DESTDIR=$PWD/_pkg install 1.21 + make $MAKEFLAGS && 1.22 + make DESTDIR=$DESTDIR install 1.23 } 1.24 1.25 # Rules to gen a SliTaz package suitable for Tazpkg. 1.26 genpkg_rules() 1.27 { 1.28 mkdir -p $fs/usr/lib 1.29 - cp -a $_pkg/usr/bin $fs/usr 1.30 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.31 + cp -a $install/usr/bin $fs/usr 1.32 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.33 } 1.34