wok-stable annotate libcomerr3/receipt @ rev 11385

Up: libsigc++ 2.2.10 (fix build issues)
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Dec 10 04:36:45 2011 +0100 (2011-12-10)
parents 0e470e272b60
children
rev   line source
erjo@4791 1 # SliTaz package receipt.
erjo@4791 2
erjo@4791 3 PACKAGE="libcomerr3"
rcx@5993 4 VERSION="1.8.3"
erjo@4791 5 CATEGORY="security"
erjo@4791 6 SHORT_DESC="The libcomerr v3 library files."
erjo@4791 7 MAINTAINER="erjo@slitaz.org"
erjo@4791 8 DEPENDS="libkrb5support"
erjo@4791 9 WEB_SITE="http://web.mit.edu/Kerberos/"
erjo@4791 10 WANTED="krb5"
erjo@4791 11
erjo@4791 12 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@4791 13 genpkg_rules()
erjo@4791 14 {
erjo@4791 15 while read file; do
erjo@4791 16 dir=$(dirname "$file")
erjo@4791 17 [ -d $fs$dir ] || mkdir -p $fs$dir
erjo@4791 18 cp -a $_pkg$file $fs$dir
slaxemulator@9700 19 done < $wanted_stuff/$PACKAGE.files-list
erjo@4791 20 }