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

Up: get-LibreOffice (v1.1.9 for stable v3.3.0) - will need fix for next release as this contains fix for incorrect archive packaging.
author Ben Arnold <ben@seawolfsanctuary.com>
date Thu Jan 27 07:36:43 2011 +0000 (2011-01-27)
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 }