wok view drbl/receipt @ rev 22413
clamav 0.101.1 -> 0.101.2: fixes a few CVEs; new requirement: libcurl
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Sat Dec 14 19:36:12 2019 +0000 (2019-12-14) |
parents | 320f35171ddd |
children | bfabe25c21ff |
line source
1 # SliTaz package receipt.
3 PACKAGE="drbl"
4 VERSION="2.25.10"
5 CATEGORY="misc"
6 SHORT_DESC="Diskless Remote Boot in Linux"
7 MAINTAINER="shann@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://drbl.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.xz"
12 WGET_URL="http://free.nchc.org.tw/$PACKAGE-core/src/stable/$TARBALL"
14 DEPENDS="bash bc binutils dialog disktype dmidecode e2fsprogs ethtool expect \
15 file gnu-netcat lzop memtest mtools openssh parted partimage perl pigz procps \
16 reiserfsprogs rsync strace tcpdump syslinux systemd udpcast"
17 BUILD_DEPENDS=""
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 make DESTDIR=$DESTDIR install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 cp -a $install/* $fs/
29 }