wok-next diff pam/receipt @ rev 19605

Up/recook: cpio, libssh2, gpm, mc.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jan 28 16:18:25 2017 +0200 (2017-01-28)
parents 60f944d082a0
children c1d8355335f2
line diff
     1.1 --- a/pam/receipt	Mon Jun 01 11:31:30 2015 +0200
     1.2 +++ b/pam/receipt	Sat Jan 28 16:18:25 2017 +0200
     1.3 @@ -1,24 +1,25 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pam"
     1.7 -VERSION="1.2.0"
     1.8 +VERSION="1.3.0"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Pluggable Authentication Modules."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="BSD GPL2"
    1.13 -SOURCE="Linux-PAM"
    1.14 -TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.15 -WEB_SITE="http://www.us.kernel.org/pub/linux/libs/pam/"
    1.16 -WGET_URL="http://gentoo.osuosl.org/distfiles/$TARBALL"
    1.17 +WEB_SITE="http://www.linux-pam.org/"
    1.18  HOST_ARCH="i486 arm"
    1.19  
    1.20 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.21 +WGET_URL="http://www.linux-pam.org/library/Linux-PAM-$VERSION.tar.bz2"
    1.22 +
    1.23  DEPENDS="glibc-base libdb"
    1.24  BUILD_DEPENDS="flex db-dev libdb"
    1.25  
    1.26  # Rules to configure and make the package.
    1.27  compile_rules()
    1.28  {
    1.29 -	./configure --sysconfdir=/etc \
    1.30 +	./configure \
    1.31 +		--sysconfdir=/etc \
    1.32  		$CONFIGURE_ARGS &&
    1.33  	make && make install
    1.34  }
    1.35 @@ -32,7 +33,7 @@
    1.36  	cp -a $install/lib/*so* $fs/lib
    1.37  	cp -a $install/lib/security $fs/lib
    1.38  	rm -f $fs/lib/security/*.la
    1.39 -	cp -a $stuff/* $fs	
    1.40 +	cp -a $stuff/* $fs
    1.41  }
    1.42  
    1.43  pre_remove()