wok-next diff autofs/receipt @ rev 18231
linld: add tobzimage (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jul 23 12:14:30 2015 +0200 (2015-07-23) |
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 Jul 23 12:14:30 2015 +0200 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()