wok-next view gen-init-cpio/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents a3c581bf52b8
children
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="https://www.kernel.org/"
10 REPOLOGY="-"
12 compile_rules() {
13 cd $stuff
14 make &&
15 make DESTDIR=$install install &&
16 rm gen_init_cpio *.o
17 }
19 genpkg_rules() {
20 cp -a $install/sbin $fs
21 DEPENDS="glibc-base"
22 }