wok view libcomerr/receipt @ rev 8164

imported patch commit_inprogress/libsasl.patch
author Antoine Bodin <gokhlayeh@slitaz.org>
date Thu Jan 27 00:20:49 2011 +0100 (2011-01-27)
parents f99ea44cc9f6
children 7b7b3127147e
line source
1 # SliTaz package receipt.
3 PACKAGE="libcomerr"
4 VERSION="1.41.14"
5 CATEGORY="base-system"
6 SHORT_DESC="The libcomerr library files."
7 MAINTAINER="pankso@slitaz.org"
8 WANTED="e2fsprogs"
9 WEB_SITE="http://e2fsprogs.sourceforge.net/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 while read file; do
15 dir=$(dirname $file)
16 [ -d $fs$dir ] || mkdir -p $fs$dir
17 cp -a $_pkg$file $fs$file
18 done < $src/$PACKAGE.files-list
19 }