wok view krb5-dev/receipt @ rev 25485
BootProg/fat32: active fat support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Nov 01 16:13:12 2022 +0000 (2022-11-01) |
parents | ff8dc62daa05 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="krb5-dev"
4 VERSION="1.18"
5 CATEGORY="development"
6 SHORT_DESC="Network authentication protocol - development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://web.mit.edu/kerberos/"
11 DEPENDS="libkrb5"
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 }