# SliTaz package receipt.

PACKAGE="krb5-user"
VERSION="1.8.3"
CATEGORY="security"
SHORT_DESC="Basic programs to authenticate using MIT Kerberos."
MAINTAINER="pascal.bellard@slitaz.org"
WEB_SITE="http://web.mit.edu/Kerberos/"
WANTED="krb5"
DEPENDS="krb5"

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
	while read file; do
		dir=$(dirname $file)
		[ -d $fs$dir ] || mkdir -p $fs$dir
		cp -a $_pkg$file $fs$dir
	done < $wanted_stuff/$PACKAGE.files-list
}