wok-next view drbl/receipt @ rev 21726

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
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 }