# HG changeset patch # User Christophe Lincoln # Date 1305762554 -7200 # Node ID 0def29f679d69656abd44ccb4f41977f2cba471d # Parent b2262bca4b49f7fc46af11a64e1558862fe2511d sudo-pam: fix bdeps diff -r b2262bca4b49 -r 0def29f679d6 sudo-pam/receipt --- a/sudo-pam/receipt Thu May 19 01:37:43 2011 +0200 +++ b/sudo-pam/receipt Thu May 19 01:49:14 2011 +0200 @@ -5,25 +5,25 @@ CATEGORY="security" SHORT_DESC="Sudo (su \"do\") allows a system administrator to delegate authority using PAM." MAINTAINER="erjo@slitaz.org" -DEPENDS="pam" SOURCE="sudo" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://www.gratisoft.us/sudo/" WGET_URL="http://www.gratisoft.us/sudo/dist/$TARBALL" PROVIDE="sudo:pam" +DEPENDS="pam" +BUILD_DEPENDS="pam-dev" + # Rules to configure and make the package. compile_rules() { cd $src - ./configure --sysconfdir=/etc \ - --with-pam \ - --with-editor=/bin/vi \ - --libexecdir=/usr/lib && - # Build everything - make && - # Install everything - make install + ./configure \ + --sysconfdir=/etc \ + --with-pam \ + --with-editor=/bin/vi \ + --libexecdir=/usr/lib && + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg.