wok annotate libkrb5/receipt @ rev 23997

linld: add iso support (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jan 08 20:36:59 2021 +0000 (2021-01-08)
parents ff8dc62daa05
children
rev   line source
pascal@1335 1 # SliTaz package receipt.
pascal@1335 2
pascal@1335 3 PACKAGE="libkrb5"
pascal@23012 4 VERSION="1.18"
pascal@1335 5 CATEGORY="security"
pascal@1335 6 SHORT_DESC="Kerberos network authentication protocol libraries."
pascal@1335 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
pascal@15473 11 WANTED="krb5"
pascal@5003 12 DEPENDS="libkrb5support libcomerr3"
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@1955 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 }