wok rev 13189
logrotate: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Aug 03 21:44:00 2012 +0200 (2012-08-03) |
parents | 90bf9e9c31ca |
children | d1ca7c37020e |
files | logrotate/receipt |
line diff
1.1 --- a/logrotate/receipt Fri Aug 03 10:02:57 2012 +0000 1.2 +++ b/logrotate/receipt Fri Aug 03 21:44:00 2012 +0200 1.3 @@ -8,9 +8,10 @@ 1.4 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.5 WEB_SITE="https://fedorahosted.org/logrotate/" 1.6 WGET_URL="https://fedorahosted.org/releases/l/o/logrotate/$TARBALL" 1.7 +CONFIG_FILE="/etc/logrotate.conf" 1.8 + 1.9 DEPENDS="popt" 1.10 -BUILD_DEPENDS="popt-dev" 1.11 -CONFIG_FILE="/etc/logrotate.conf" 1.12 +BUILD_DEPENDS="popt-dev wget" 1.13 1.14 # Rules to configure and make the package. 1.15 compile_rules()