wok diff libcomerr3/receipt @ rev 4982

libical-dev: fix include path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Feb 25 09:54:36 2010 +0100 (2010-02-25)
parents
children 2a76df9f77e4
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libcomerr3/receipt	Thu Feb 25 09:54:36 2010 +0100
     1.3 @@ -0,0 +1,21 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="libcomerr3"
     1.7 +VERSION="1.6.3"
     1.8 +CATEGORY="security"
     1.9 +SHORT_DESC="The libcomerr v3 library files."
    1.10 +MAINTAINER="erjo@slitaz.org"
    1.11 +DEPENDS="libkrb5support"
    1.12 +WEB_SITE="http://web.mit.edu/Kerberos/"
    1.13 +WANTED="krb5"
    1.14 +
    1.15 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.16 +genpkg_rules()
    1.17 +{
    1.18 +	while read file; do
    1.19 +		dir=$(dirname "$file")
    1.20 +		[ -d $fs$dir ] || mkdir -p $fs$dir
    1.21 +		cp -a $_pkg$file $fs$dir
    1.22 +	done < $src/$PACKAGE.files-list
    1.23 +}
    1.24 +