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

Fix syntax error in xfburn.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Feb 14 15:52:23 2011 +0000 (2011-02-14)
parents
children 016c04fb9405
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 mkdir -p $PACKAGE-$VERSION
20 cp -f stuff/* $PACKAGE-$VERSION
21 cd $PACKAGE-$VERSION
22 make
23 make DESTDIR=$PWD/_pkg install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cp -a $_pkg/sbin $fs
30 }