wok view libcomerr/receipt @ rev 21816

proj-dev: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 19 10:53:21 2019 +0200 (2019-08-19)
parents 487819bf5549
children 72e35f3c7aa1
line source
1 # SliTaz package receipt.
3 PACKAGE="libcomerr"
4 VERSION="1.44.5"
5 CATEGORY="base-system"
6 SHORT_DESC="The libcomerr library 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 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 while read file; do
17 dir=$(dirname $file)
18 [ -d ${fs}$dir ] || mkdir -p ${fs}$dir
19 cp -a ${install}$file ${fs}$file
20 done < $wanted_stuff/$PACKAGE.files-list
21 }