wok annotate libcomerr3/receipt @ rev 19713

Up: netsurf (3.6) - Getting better but not ready for default on slitaz!
author Christophe Lincoln <pankso@slitaz.org>
date Wed Feb 15 20:21:32 2017 +0100 (2017-02-15)
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 }