wok view drbl/receipt @ rev 22351

umfpack: hide metis-4.0 missing
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Nov 18 16:07:36 2019 +0100 (2019-11-18)
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 }