wok view libcomerr/receipt @ rev 5372

Up: libwebkit, libwebkit-dev, webkit-web-inspector (1.2.0) - Added acl and util-linux-ng-uuid to depends and the -dev of them to build depends.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat May 01 01:30:59 2010 +0000 (2010-05-01)
parents c0c30050ba4a
children 41df03920955
line source
1 # SliTaz package receipt.
3 PACKAGE="libcomerr"
4 VERSION="1.41.9"
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 }