wok view libcomerr/receipt @ rev 12977

Up: slitaz-boot-scripts (5.1) colors, clean, speed, fixes and improvments
author Christophe Lincoln <pankso@slitaz.org>
date Sat Jun 02 01:56:33 2012 +0200 (2012-06-02)
parents 7b7b3127147e
children cc7c36a61435
line source
1 # SliTaz package receipt.
3 PACKAGE="libcomerr"
4 VERSION="1.42.3"
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/"
10 HOST_ARCH="i486 arm"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 while read file; do
16 dir=$(dirname $file)
17 [ -d ${fs}$dir ] || mkdir -p ${fs}$dir
18 cp -a ${install}$file ${fs}$file
19 done < $wanted_stuff/$PACKAGE.files-list
20 }