wok-6.x rev 8206
imported patch toolchain/pam.patch
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Thu Jan 27 00:20:50 2011 +0100 (2011-01-27) |
parents | d05fb510382e |
children | 86e8692df3d3 |
files | pam/receipt |
line diff
1.1 --- a/pam/receipt Thu Jan 27 00:20:50 2011 +0100 1.2 +++ b/pam/receipt Thu Jan 27 00:20:50 2011 +0100 1.3 @@ -10,17 +10,15 @@ 1.4 WEB_SITE="http://www.us.kernel.org/pub/linux/libs/$PACKAGE/" 1.5 WGET_URL="${WEB_SITE}library/$TARBALL" 1.6 DEPENDS="glibc-base libdb" 1.7 -BUILD_DEPENDS="bison m4 flex db-dev" 1.8 +BUILD_DEPENDS="flex db" 1.9 1.10 # Rules to configure and make the package. 1.11 compile_rules() 1.12 { 1.13 -# mv $SOURCE-$VERSION $PACKAGE-$VERSION 1.14 cd $src 1.15 - ./configure --prefix=/usr --infodir=/usr/share/info \ 1.16 - --sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS && 1.17 + ./configure --sysconfdir=/etc && 1.18 make && 1.19 - make DESTDIR=$PWD/_pkg install 1.20 + make install 1.21 } 1.22 1.23 # Rules to gen a SliTaz package suitable for Tazpkg.