wok annotate libcomerr3/receipt @ rev 20008

Add: description.txt and links revision.
author Leonardo Laporte <hackdorte@yandex.com>
date Wed Aug 02 14:08:19 2017 -0300 (2017-08-02)
parents afe32d499d75
children ff8dc62daa05
rev   line source
erjo@4791 1 # SliTaz package receipt.
erjo@4791 2
erjo@4791 3 PACKAGE="libcomerr3"
pascal@15068 4 VERSION="1.10.3"
erjo@4791 5 CATEGORY="security"
erjo@4791 6 SHORT_DESC="The libcomerr v3 library files."
erjo@4791 7 MAINTAINER="erjo@slitaz.org"
pascal@15068 8 LICENSE="MIT"
erjo@4791 9 WEB_SITE="http://web.mit.edu/Kerberos/"
erjo@4791 10 WANTED="krb5"
pascal@18849 11 PROVIDE="libcomerr"
erjo@4791 12
pascal@15068 13 DEPENDS="libkrb5support"
pascal@15068 14
erjo@4791 15 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@4791 16 genpkg_rules()
erjo@4791 17 {
erjo@4791 18 while read file; do
erjo@4791 19 dir=$(dirname "$file")
erjo@4791 20 [ -d $fs$dir ] || mkdir -p $fs$dir
pascal@15068 21 cp -a $install$file $fs$dir
pascal@18850 22 chmod +x $fs$file
slaxemulator@9700 23 done < $wanted_stuff/$PACKAGE.files-list
erjo@4791 24 }