wok view libcomerr-dev/receipt @ rev 17424

icedtea6-jdk: use automake --add-missing
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 05 00:06:05 2014 +0100 (2014-12-05)
parents 7896f0694ef6
children 6c48090ad397
line source
1 # SliTaz package receipt.
3 PACKAGE="libcomerr-dev"
4 VERSION="1.42.5"
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 }