wok annotate libkrb5support/receipt @ rev 20235

busybox: add arch (uname -m alias)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 05 15:52:59 2018 +0100 (2018-03-05)
parents 8f447cf2eee5
children ff8dc62daa05
rev   line source
erjo@4795 1 # SliTaz package receipt.
erjo@4795 2
erjo@4795 3 PACKAGE="libkrb5support"
slaxemulator@13266 4 VERSION="1.10.3"
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"
erjo@4795 9 WEB_SITE="http://web.mit.edu/Kerberos/"
erjo@4795 10 WANTED="krb5"
erjo@4795 11
erjo@4795 12 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@4795 13 genpkg_rules()
erjo@4795 14 {
erjo@4795 15 while read file; do
erjo@4795 16 dir=$(dirname "$file")
erjo@4795 17 [ -d $fs$dir ] || mkdir -p $fs$dir
pascal@15603 18 cp -a $install$file $fs$dir
slaxemulator@9700 19 done < $wanted_stuff/$PACKAGE.files-list
erjo@4795 20 }
erjo@4795 21