wok annotate krb5-clients/receipt @ rev 15202

Add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Sep 07 22:59:13 2013 +0000 (2013-09-07)
parents 869f6481ce00
children 051931e905b0
rev   line source
pascal@1335 1 # SliTaz package receipt.
pascal@1335 2
pascal@1335 3 PACKAGE="krb5-clients"
slaxemulator@13266 4 VERSION="1.10.3"
pascal@1335 5 CATEGORY="security"
pascal@1335 6 SHORT_DESC="Misc clients using MIT Kerberos."
pascal@1335 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15202 8 LICENSE="MIT"
pascal@1335 9 WEB_SITE="http://web.mit.edu/Kerberos/"
pascal@1335 10 WANTED="krb5"
pascal@15202 11
pascal@1335 12 DEPENDS="libkrb5"
pascal@1335 13
pascal@1335 14 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@1335 15 genpkg_rules()
pascal@1335 16 {
pascal@1335 17 while read file; do
pascal@1335 18 dir=$(dirname $file)
pascal@1335 19 [ -d $fs$dir ] || mkdir -p $fs$dir
pascal@1335 20 cp -a $_pkg$file $fs$dir
slaxemulator@9700 21 done < $wanted_stuff/$PACKAGE.files-list
pascal@1335 22 }
pascal@1335 23