24 lines
682 B
Text
24 lines
682 B
Text
# Template file for 'autofs'
|
|
pkgname=autofs
|
|
version=5.1.0
|
|
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
|
|
/etc/default/autofs"
|
|
configure_args="--with-libtirpc --with-mapdir=/etc/autofs"
|
|
hostmakedepends="flex kmod"
|
|
makedepends="libtirpc-devel"
|
|
short_desc="A kernel-based automounter for Linux"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="GPL-2"
|
|
homepage="http://www.gnu.org/software/sed"
|
|
distfiles="${KERNEL_SITE}/daemons/autofs/v5/autofs-${version}.tar.xz"
|
|
checksum=f4b343797e6df03627a9fd41bda6fd85acb84aa3fdd15694eec03ec90a52bc27
|
|
|
|
post_install() {
|
|
vsv $pkgname
|
|
}
|