From 14d9538439981ef7fe2cae68c2795f53494257a1 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 17 May 2013 07:51:31 +0000 Subject: main/krb5-conf: new meta package Shared conf file for both heimdal and mit krb5 This is to prevent conflicts between those. --- main/krb5-conf/APKBUILD | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 main/krb5-conf/APKBUILD (limited to 'main/krb5-conf') diff --git a/main/krb5-conf/APKBUILD b/main/krb5-conf/APKBUILD new file mode 100644 index 0000000000..c6323f5faa --- /dev/null +++ b/main/krb5-conf/APKBUILD @@ -0,0 +1,48 @@ +# Maintainer: Natanael Copa +pkgname=krb5-conf +pkgver=1.0 +pkgrel=0 +pkgdesc="Shared krb5.conf for both MIT krb5 and heimdal" +url="http://web.mit.edu/kerberos/www/ http://h5l.org" +arch="noarch" +license="MIT" +depends="" +makedepends="" +install="" +subpackages="" +source="" +replaces="heimdal krb5-libs" + +build() { + return 0 +} + +package() { + mkdir -p "$pkgdir"/etc + cat > "$pkgdir"/etc/krb5.conf.example <