wok view libcomerr/receipt @ rev 20085

also update libssl: from: 1.0.2k [26 Jan 2017] to 1.0.2l [25 May 2017], see: http://hg.slitaz.org/wok/rev/90fcaa823068
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Sep 27 22:18:42 2017 +0000 (2017-09-27)
parents 7896f0694ef6
children 401224c936cc
line source
1 # SliTaz package receipt.
3 PACKAGE="libcomerr"
4 VERSION="1.42.12"
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 }