wok diff pam/receipt @ rev 6657

Up hydra (5.8)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 11 16:48:42 2010 +0200 (2010-10-11)
parents a4af2b62bb67
children e06b8d6ac967
line diff
     1.1 --- a/pam/receipt	Thu Mar 12 15:53:10 2009 +0000
     1.2 +++ b/pam/receipt	Mon Oct 11 16:48:42 2010 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pam"
     1.7 -VERSION="1.0.3"
     1.8 +VERSION="1.1.0"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Pluggable Authentication Modules."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -9,15 +9,16 @@
    1.13  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.14  WEB_SITE="http://www.us.kernel.org/pub/linux/libs/$PACKAGE/"
    1.15  WGET_URL="${WEB_SITE}library/$TARBALL"
    1.16 -DEPENDS="libdb"
    1.17 +DEPENDS="glibc-base libdb"
    1.18 +BUILD_DEPENDS="bison m4 flex db-dev"
    1.19  
    1.20  # Rules to configure and make the package.
    1.21  compile_rules()
    1.22  {
    1.23 +#	mv $SOURCE-$VERSION $PACKAGE-$VERSION
    1.24  	cd $src
    1.25 -	ln -s $SOURCE-$VERSION ../$PACKAGE-$VERSION
    1.26  	./configure --prefix=/usr --infodir=/usr/share/info \
    1.27 -	--sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.28 +		--sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.29  	make &&
    1.30  	make DESTDIR=$PWD/_pkg install
    1.31  }