wok annotate libkrb5support/receipt @ rev 23839

Up tor (0.4.3.5)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jun 03 18:59:32 2020 +0000 (2020-06-03)
parents ff8dc62daa05
children
rev   line source
erjo@4795 1 # SliTaz package receipt.
erjo@4795 2
erjo@4795 3 PACKAGE="libkrb5support"
pascal@23012 4 VERSION="1.18"
erjo@4795 5 CATEGORY="security"
erjo@4795 6 SHORT_DESC="Kerberos network authentication protocol support libraries."
erjo@4795 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15473 8 LICENSE="MIT"
Hans-G?nter@21093 9 WEB_SITE="https://web.mit.edu/kerberos/"
Hans-G?nter@21093 10
erjo@4795 11 WANTED="krb5"
erjo@4795 12
erjo@4795 13 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@4795 14 genpkg_rules()
erjo@4795 15 {
erjo@4795 16 while read file; do
erjo@4795 17 dir=$(dirname "$file")
erjo@4795 18 [ -d $fs$dir ] || mkdir -p $fs$dir
pascal@15603 19 cp -a $install$file $fs$dir
slaxemulator@9700 20 done < $wanted_stuff/$PACKAGE.files-list
erjo@4795 21 }