wok diff libkrb5support/receipt @ rev 5717

gtkdatabox: fix compile_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jun 24 12:15:42 2010 +0200 (2010-06-24)
parents
children 2a76df9f77e4
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libkrb5support/receipt	Thu Jun 24 12:15:42 2010 +0200
     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 +