wok view libcomerr-dev/receipt @ rev 20516

Porting from SliTaz Next: mbedtls, dislocker.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 10:40:07 2018 +0200 (2018-11-02)
parents 401224c936cc
children 9cae76300191
line source
1 # SliTaz package receipt.
3 PACKAGE="libcomerr-dev"
4 VERSION="1.44.2"
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 }