wok-current view libcomerr/receipt @ rev 6714
linux/bootloader.sh: align initrdlen to 32bits
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Oct 14 13:41:19 2010 +0200 (2010-10-14) |
parents | 41df03920955 |
children | f99ea44cc9f6 |
line source
1 # SliTaz package receipt.
3 PACKAGE="libcomerr"
4 VERSION="1.41.12"
5 CATEGORY="base-system"
6 SHORT_DESC="The libcomerr library files."
7 MAINTAINER="pankso@slitaz.org"
8 WANTED="e2fsprogs"
9 WEB_SITE="http://e2fsprogs.sourceforge.net/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 while read file; do
15 dir=$(dirname $file)
16 [ -d $fs$dir ] || mkdir -p $fs$dir
17 cp -a $_pkg$file $fs$file
18 done < $src/$PACKAGE.files-list
19 }