wok view libcomerr-dev/receipt @ rev 19701

Up: slitaz-tools and slitaz-configs
author Christophe Lincoln <pankso@slitaz.org>
date Tue Feb 14 12:11:41 2017 +0100 (2017-02-14)
parents 8ed62ecac0c7
children 401224c936cc
line source
1 # SliTaz package receipt.
3 PACKAGE="libcomerr-dev"
4 VERSION="1.42.12"
5 CATEGORY="development"
6 SHORT_DESC="The libcomerr devel files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="e2fsprogs"
10 WEB_SITE="http://e2fsprogs.sourceforge.net/"
11 HOST_ARCH="i486 arm"
13 DEPENDS="pkg-config"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 while read file; do
19 dir=$(dirname $file)
20 [ -d ${fs}$dir ] || mkdir -p ${fs}$dir
21 cp -a ${install}$file ${fs}$file
22 done < $wanted_stuff/$PACKAGE.files-list
23 }