wok view gen-init-cpio/receipt @ rev 13302

exfat-utils: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 28 18:26:06 2012 +0200 (2012-08-28)
parents f8a83f683e2d
children de49f29b101e
line source
1 # SliTaz package receipt.
3 PACKAGE="gen-init-cpio"
4 VERSION="2.6.32"
5 CATEGORY="base-system"
6 MAINTAINER="devel@slitaz.org"
7 SHORT_DESC="Program to compress initramfs images"
8 WEB_SITE="http://www.kernel.org/"
9 DEPENDS="glibc-base"
10 BUILD_DEPENDS=""
11 TARBALL=""
12 WGET_URL=""
13 TAGS=""
15 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $stuff
20 make && make DESTDIR=$DESTDIR install &&
21 rm gen_init_cpio *.o
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $install/sbin $fs
28 }