wok-next diff pam/receipt @ rev 20443

The rest of my "home work" for update many packages (up to Xorg, GTK and Openbox) for Next and mainly for Next64. Since this point this repository is open for commits. Many errors are expected due to harfbuzz-freetype dependency loop...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Feb 24 16:17:33 2018 +0200 (2018-02-24)
parents c1d8355335f2
children a429b73c2d89
line diff
     1.1 --- a/pam/receipt	Tue Jun 20 03:48:54 2017 +0300
     1.2 +++ b/pam/receipt	Sat Feb 24 16:17:33 2018 +0200
     1.3 @@ -7,17 +7,15 @@
     1.4  MAINTAINER="pascal.bellard@slitaz.org"
     1.5  LICENSE="BSD GPL2"
     1.6  WEB_SITE="http://www.linux-pam.org/"
     1.7 -HOST_ARCH="i486 arm"
     1.8 +HOST_ARCH="i486 arm x86_64"
     1.9  
    1.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.11  WGET_URL="http://www.linux-pam.org/library/Linux-PAM-$VERSION.tar.bz2"
    1.12  
    1.13 -BUILD_DEPENDS="db-dev gettext"
    1.14 +BUILD_DEPENDS="db-dev" # gettext"
    1.15  SPLIT="pam-dev"
    1.16  
    1.17 -# Rules to configure and make the package.
    1.18 -compile_rules()
    1.19 -{
    1.20 +compile_rules() {
    1.21  	./configure \
    1.22  		--sysconfdir=/etc \
    1.23  		--libdir=/usr/lib \
    1.24 @@ -39,9 +37,7 @@
    1.25  	done
    1.26  }
    1.27  
    1.28 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.29 -genpkg_rules()
    1.30 -{
    1.31 +genpkg_rules() {
    1.32  	case $PACKAGE in
    1.33  		pam)   copy @std; DEPENDS="libdb";;
    1.34  		*-dev) copy @dev; DEPENDS="pam db-dev";;