wok view libcomerr3/receipt @ rev 19224

Add bsc
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 21 15:47:21 2016 +0200 (2016-06-21)
parents afe32d499d75
children ff8dc62daa05
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$file
23 done < $wanted_stuff/$PACKAGE.files-list
24 }