wok-6.x view libcomerr3/receipt @ rev 18849

libcomerr3 provides libcomerr...
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jan 24 16:36:43 2016 +0100 (2016-01-24)
parents 205d192370e5
children 2e998ebdc270
line source
1 # SliTaz package receipt.
3 PACKAGE="libcomerr3"
4 VERSION="1.10.3"
5 CATEGORY="security"
6 SHORT_DESC="The libcomerr v3 library files."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="http://web.mit.edu/Kerberos/"
10 WANTED="krb5"
11 PROVIDE="libcomerr"
13 DEPENDS="libkrb5support"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 while read file; do
19 dir=$(dirname "$file")
20 [ -d $fs$dir ] || mkdir -p $fs$dir
21 cp -a $install$file $fs$dir
22 chmod +x $fs/$dir$file
23 done < $wanted_stuff/$PACKAGE.files-list
24 }