wok-next view libcomerr-dev/receipt @ rev 12938
Up: aria2 to 1.15.1.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed May 30 04:52:44 2012 +0000 (2012-05-30) |
parents | 7b7b3127147e |
children | cc7c36a61435 |
line source
1 # SliTaz package receipt.
3 PACKAGE="libcomerr-dev"
4 VERSION="1.42.3"
5 CATEGORY="development"
6 SHORT_DESC="The libcomerr devel files."
7 MAINTAINER="pankso@slitaz.org"
8 WANTED="e2fsprogs"
9 WEB_SITE="http://e2fsprogs.sourceforge.net/"
10 HOST_ARCH="i486 arm"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 while read file; do
16 dir=$(dirname $file)
17 [ -d ${fs}$dir ] || mkdir -p ${fs}$dir
18 cp -a ${install}$file ${fs}$file
19 done < $wanted_stuff/$PACKAGE.files-list
20 }