wok diff libkrb5support/receipt @ rev 5495
Fixed xorg-sever again. Didn't know that there was no --with-fontdir in configure.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat May 08 01:09:05 2010 +0000 (2010-05-08) |
parents | |
children | 2a76df9f77e4 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libkrb5support/receipt Sat May 08 01:09:05 2010 +0000 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 +