wok view libcomerr-dev/receipt @ rev 13177

Up: phpmyadmin(3.5.2) & fix apache config
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Tue Jul 31 06:47:03 2012 +0200 (2012-07-31)
parents 7b7b3127147e
children cc7c36a61435
line source
1 # SliTaz package receipt.
3 PACKAGE="libcomerr-dev"
4 VERSION="1.42.3"
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/"
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 }