wok-next view drbl/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents 320f35171ddd
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="drbl"
4 VERSION="2.3.10"
5 CATEGORY="misc"
6 SHORT_DESC="Diskless Remote Boot in Linux"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://drbl.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://free.nchc.org.tw/$PACKAGE-core/src/stable/$TARBALL"
14 compile_rules() {
15 make DESTDIR=$install install
16 }
18 genpkg_rules() {
19 cp -a $install/* $fs/
20 DEPENDS="bash bc binutils dialog disktype dmidecode e2fsprogs ethtool \
21 expect file gnu-netcat lzop memtest mtools openssh parted partimage perl \
22 pigz procps reiserfsprogs rsync strace tcpdump syslinux systemd udpcast"
23 }