wok rev 4795

Add: libkrb5support.
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat Jan 16 23:36:05 2010 +0100 (2010-01-16)
parents 53ce984bfa03
children 249e38964ceb
files libkrb5support/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libkrb5support/receipt	Sat Jan 16 23:36:05 2010 +0100
     1.3 @@ -0,0 +1,20 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="libkrb5support"
     1.7 +VERSION="1.6.3"
     1.8 +CATEGORY="security"
     1.9 +SHORT_DESC="Kerberos network authentication protocol support 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 +