wok-next diff pam_ldap/receipt @ rev 7306
Added libmpeg2 to libmpeg2-dev depends.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Nov 17 13:30:52 2010 +0000 (2010-11-17) |
parents | 809af793130c |
children | f6ea35894457 |
line diff
1.1 --- a/pam_ldap/receipt Mon Jul 12 12:38:35 2010 +0200 1.2 +++ b/pam_ldap/receipt Wed Nov 17 13:30:52 2010 +0000 1.3 @@ -8,13 +8,14 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WEB_SITE="http://www.padl.com/OSS/pam_ldap.html" 1.6 WGET_URL="http://www.padl.com/download/$TARBALL" 1.7 -BUILD_DEPENDS="pam-dev" 1.8 +BUILD_DEPENDS="pam-dev perl" 1.9 DEPENDS="pam nss_ldap openssl libldap cyrus-sasl libcomerr3" 1.10 1.11 # Rules to configure and make the package. 1.12 compile_rules() 1.13 { 1.14 cd $src 1.15 + ./vers_string -v 1.16 ./configure --prefix=/usr --infodir=/usr/share/info \ 1.17 --sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS && 1.18 make -j 4 &&