wok-next annotate drbl/receipt @ rev 21216

barnyard2: added dependency automake
author Hans-G?nter Theisgen
date Tue Dec 03 07:50:26 2019 +0100 (2019-12-03)
parents 320f35171ddd
children
rev   line source
al@21020 1 # SliTaz package receipt v2.
shann@14581 2
shann@14581 3 PACKAGE="drbl"
shann@14581 4 VERSION="2.3.10"
shann@14581 5 CATEGORY="misc"
al@14590 6 SHORT_DESC="Diskless Remote Boot in Linux"
al@21020 7 MAINTAINER="devel@slitaz.org"
al@14590 8 LICENSE="GPL2"
al@21020 9 WEB_SITE="https://drbl.org/"
al@21020 10
pascal@14583 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@14583 12 WGET_URL="http://free.nchc.org.tw/$PACKAGE-core/src/stable/$TARBALL"
shann@14581 13
al@21020 14 compile_rules() {
al@21020 15 make DESTDIR=$install install
shann@14581 16 }
shann@14581 17
al@21020 18 genpkg_rules() {
al@14590 19 cp -a $install/* $fs/
al@21020 20 DEPENDS="bash bc binutils dialog disktype dmidecode e2fsprogs ethtool \
al@21020 21 expect file gnu-netcat lzop memtest mtools openssh parted partimage perl \
al@21020 22 pigz procps reiserfsprogs rsync strace tcpdump syslinux systemd udpcast"
shann@14581 23 }