wok annotate krb5-clients/receipt @ rev 21101

updated lensfun and lensfun-dev (0.2.5 -> 0.3.2)
author Hans-G?nter Theisgen
date Mon Mar 18 17:49:35 2019 +0100 (2019-03-18)
parents 051931e905b0
children 5e70242061ce
rev   line source
pascal@1335 1 # SliTaz package receipt.
pascal@1335 2
pascal@1335 3 PACKAGE="krb5-clients"
Hans-G?nter@21093 4 VERSION="1.17"
pascal@1335 5 CATEGORY="security"
Hans-G?nter@21093 6 SHORT_DESC="Miscellaneous clients using MIT Kerberos."
pascal@1335 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15202 8 LICENSE="MIT"
Hans-G?nter@21093 9 WEB_SITE="https://web.mit.edu/kerberos/"
Hans-G?nter@21093 10
pascal@1335 11 WANTED="krb5"
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@15603 20 cp -a $install$file $fs$dir
slaxemulator@9700 21 done < $wanted_stuff/$PACKAGE.files-list
pascal@1335 22 }