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

ttf-dejavu, ttf-dejavu-extra: up (2.34); ttf-roboto, ttf-roboto-base: up (1.2); ttf-mgopen: fix wget url
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Apr 29 19:18:57 2014 +0000 (2014-04-29)
parents 016c04fb9405
children 86790a278e70
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 LICENSE="GPL2"
8 SHORT_DESC="Program to compress initramfs images"
9 WEB_SITE="http://www.kernel.org/"
10 TARBALL=""
11 WGET_URL=""
12 TAGS=""
14 DEPENDS="glibc-base"
15 BUILD_DEPENDS=""
17 # Rules to configure and make the package.
19 compile_rules()
20 {
21 cd $stuff
22 make && make DESTDIR=$DESTDIR install &&
23 rm gen_init_cpio *.o
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 cp -a $install/sbin $fs
30 }