# Maintainer: Natanael Copa # # We need this package to avoid conflict with krb5 and heimdal. We can not # let it be a subpackage of either because that could create a cyclic # buildtime dependency. # pkgname=krb5-conf pkgver=1.0 pkgrel=1 pkgdesc="Shared krb5.conf for both MIT krb5 and heimdal" url="http://web.mit.edu/kerberos/www/ http://h5l.org" arch="noarch" options="!check" # Single config file. license="MIT" depends="" makedepends="" install="" subpackages="" source="" replaces="heimdal krb5-libs" build() { return 0 } package() { mkdir -p "$pkgdir"/etc cat > "$pkgdir"/etc/krb5.conf <