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

gen-init-cpio: fix build
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 12 15:15:03 2011 +0200 (2011-05-12)
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 }