wok-6.x diff autofs/receipt @ rev 18378
Up: nginx (1.9.4)
author | Nathan Neulinger <nneul@neulinger.org> |
---|---|
date | Thu Sep 17 16:02:23 2015 +0000 (2015-09-17) |
parents | e9130cce9043 |
children | d5f9f516b706 |
line diff
1.1 --- a/autofs/receipt Sun Jun 30 09:55:32 2013 +0200 1.2 +++ b/autofs/receipt Thu Sep 17 16:02:23 2015 +0000 1.3 @@ -6,13 +6,14 @@ 1.4 SHORT_DESC="Linux automounter." 1.5 MAINTAINER="pascal.bellard@slitaz.org" 1.6 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.7 -BUILD_DEPENDS="flex libxml2-dev openldap-dev cyrus-sasl-dev openssl-dev krb5-dev" 1.8 +LICENSE="GPL2" 1.9 WEB_SITE="http://www.kernel.org/pub/linux/daemons/autofs/v5" 1.10 WGET_URL="$WEB_SITE/$TARBALL" 1.11 TAZPANEL_DAEMON="man|help::automount|edit::/etc/auto.misc|options::AUTOMOUNT_OPTIONS|web::$WEB_SITE" 1.12 TAGS="filesystem" 1.13 1.14 DEPENDS="linux-autofs" 1.15 +BUILD_DEPENDS="flex libxml2-dev openldap-dev cyrus-sasl-dev openssl-dev krb5-dev" 1.16 1.17 # Rules to configure and make the package. 1.18 compile_rules()