wok view krb5-plugins/receipt @ rev 23813

syslinux/iso2exe: fix linld.com path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 25 18:40:12 2020 +0000 (2020-05-25)
parents ff8dc62daa05
children
line source
1 # SliTaz package receipt.
3 PACKAGE="krb5-plugins"
4 VERSION="1.18"
5 CATEGORY="security"
6 SHORT_DESC="Plugins for MIT Kerberos."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://web.mit.edu/kerberos/"
11 DEPENDS="krb5 libcrypto"
12 WANTED="krb5"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 while read file
18 do
19 dir=$(dirname $file)
20 [ -d $fs$dir ] || mkdir -p $fs$dir
21 cp -a $install$file $fs$dir
22 done < $wanted_stuff/$PACKAGE.files-list
23 }