wok diff libkrb5/receipt @ rev 1355
Fix: image?agick-dev typos.
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sat Sep 06 15:50:51 2008 +0200 (2008-09-06) |
parents | |
children | 3f7f44b3d773 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libkrb5/receipt Sat Sep 06 15:50:51 2008 +0200 1.3 @@ -0,0 +1,20 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="libkrb5" 1.7 +VERSION="1.6.3" 1.8 +CATEGORY="security" 1.9 +SHORT_DESC="Kerberos network authentication protocol libraries." 1.10 +MAINTAINER="pascal.bellard@slitaz.org" 1.11 +WEB_SITE="http://web.mit.edu/Kerberos/" 1.12 +WANTED="krb5" 1.13 + 1.14 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.15 +genpkg_rules() 1.16 +{ 1.17 + while read file; do 1.18 + dir=$(dirname $file) 1.19 + [ -d $fs$dir ] || mkdir -p $fs$dir 1.20 + cp -a $_pkg$file $fs$dir 1.21 + done < $src/$PACKAGE.files-list 1.22 +} 1.23 +