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

Add cherrytree: A hierarchical note taking application, featuring rich text and syntax highlighting, storing data in a single xml or sqlite file.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Dec 21 08:15:57 2012 +0000 (2012-12-21)
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 }