wok view libcomerr-dev/receipt @ rev 9694

lxpanel: Fix to build with cookutils and clean-up
author Christophe Lincoln <pankso@slitaz.org>
date Sat May 07 23:13:45 2011 +0200 (2011-05-07)
parents bdcb3c29980e
children 714a41626fed
line source
1 # SliTaz package receipt.
3 PACKAGE="libcomerr-dev"
4 VERSION="1.41.14"
5 CATEGORY="development"
6 SHORT_DESC="The libcomerr devel 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 < $wanted_stuff/$PACKAGE.files-list
19 }