wok-6.x rev 4709
Fix: pure-ftpd DEPENDS (attr) - Bug #199
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon Jan 04 18:03:49 2010 +0100 (2010-01-04) |
parents | be5e6e9f8c48 |
children | 3e91cc4a0bfa |
files | pure-ftpd-pam/receipt pure-ftpd/receipt |
line diff
1.1 --- a/pure-ftpd-pam/receipt Mon Jan 04 18:00:37 2010 +0100 1.2 +++ b/pure-ftpd-pam/receipt Mon Jan 04 18:03:49 2010 +0100 1.3 @@ -5,7 +5,7 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="A secure FTP daemon using PAM" 1.6 MAINTAINER="erjo@slitaz.org" 1.7 -DEPENDS="pam" 1.8 +DEPENDS="pam attr" 1.9 BUILD_DEPENDS="pam pam-dev" 1.10 SOURCE="pure-ftpd" 1.11 TARBALL="$SOURCE-$VERSION.tar.bz2"
2.1 --- a/pure-ftpd/receipt Mon Jan 04 18:00:37 2010 +0100 2.2 +++ b/pure-ftpd/receipt Mon Jan 04 18:03:49 2010 +0100 2.3 @@ -5,7 +5,7 @@ 2.4 CATEGORY="network" 2.5 SHORT_DESC="A secure FTP daemon" 2.6 MAINTAINER="erjo@slitaz.org" 2.7 -DEPENDS="" 2.8 +DEPENDS="attr" 2.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.10 WEB_SITE="http://www.pureftpd.org/project/pure-ftpd" 2.11 WGET_URL="http://download.pureftpd.org/pub/pure-ftpd/releases/$TARBALL"