wok view krb5-plugins/receipt @ rev 23801

created recipes for xcb-util-cursor and xcb-util-cursor-dev
author Hans-G?nter Theisgen
date Sun May 24 07:21:45 2020 +0100 (2020-05-24)
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 }