autofs: update to 5.1.2.

This commit is contained in:
Juan RP 2016-06-15 08:01:54 +02:00
parent db0fcdb4f4
commit 66ef768f13

View file

@ -1,22 +1,18 @@
# Template file for 'autofs'
pkgname=autofs
version=5.1.1
revision=6
version=5.1.2
revision=1
build_style=gnu-configure
conf_files="
/etc/autofs/auto.master
/etc/autofs/auto.misc
/etc/autofs/autofs.conf
/etc/autofs/autofs_ldap_auth.conf"
conf_files="/etc/autofs/*"
configure_args="--with-libtirpc --with-mapdir=/etc/autofs --sbindir=/usr/bin"
hostmakedepends="flex kmod rpcgen"
makedepends="libtirpc-devel"
makedepends="libtirpc-devel libxml2-devel"
short_desc="A kernel-based automounter for Linux"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2"
homepage="${KERNEL_SITE}/daemons/autofs"
distfiles="${KERNEL_SITE}/daemons/autofs/v5/autofs-${version}.tar.xz"
checksum=e08ff0ef9ff365d87b6c33dca136d20e4e07675197a324f2816894cb437021c3
checksum=88b7de39088aead983e02072a7b753d5ee52ce419c8913f7a3d4ff5521313f0c
CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/gssglue -I${XBPS_CROSS_BASE}/usr/include/tirpc"