# Template file for 'mit-krb5' pkgname=mit-krb5 version=1.10.3 revision=1 noextract=yes wrksrc="krb5-${version}" build_style=gnu-configure configure_script="./src/configure" configure_args="--disable-rpath --with-system-et --with-system-ss --with-system-db --enable-shared CFLAGS=-I/usr/include/et" depends="mit-krb5-client" makedepends="perl>=0 flex db-devel e2fsprogs-devel openssl-devel" subpackages="$pkgname-devel $pkgname-libs $pkgname-client" conflicts="heimdal>=0" short_desc="MIT Kerberos 5 implementation" maintainer="Juan RP " license="MIT" homepage="http://web.mit.edu/Kerberos" distfiles="$homepage/dist/krb5/1.10/krb5-$version-signed.tar" checksum=fc48f9f985bf04aa91c239dae0daaa0509c85b61b2d172d9d65ab0c52bcea3cf long_desc=" Kerberos is a network authentication protocol. It is designed to provide strong authentication for client/server applications by using secret-key cryptography. A free implementation of this protocol is available from the Massachusetts Institute of Technology. Kerberos is available in many commercial products as well." pre_configure() { # We have to do this dance because the real distfile is # included in the .tar archive. tar xf $XBPS_SRCDISTDIR/$(basename $distfiles) -C $wrksrc tar xfz $wrksrc/krb5-$version.tar.gz -C $XBPS_BUILDDIR # Fix db plugin. sed -i -e "s|||" $wrksrc/src/plugins/kdb/db2/*.[ch] }