wok annotate drbl/receipt @ rev 20696

updated aaphoto (0.41 -> 0.45)
author Hans-G?nter Theisgen
date Tue Feb 05 15:53:46 2019 +0100 (2019-02-05)
parents cf3bdb2f261c
children f33d804b2693
rev   line source
shann@14581 1 # SliTaz package receipt.
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"
shann@14581 7 MAINTAINER="shann@slitaz.org"
al@14590 8 LICENSE="GPL2"
al@14590 9 WEB_SITE="http://drbl.org/"
pascal@14583 10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@14583 11 WGET_URL="http://free.nchc.org.tw/$PACKAGE-core/src/stable/$TARBALL"
shann@14581 12
al@14590 13 DEPENDS="bash bc binutils dialog disktype dmidecode e2fsprogs ethtool expect \
al@14590 14 file gnu-netcat lzop memtest mtools openssh parted partimage perl pigz procps \
al@14590 15 reiserfsprogs rsync strace tcpdump syslinux systemd udpcast"
al@14590 16 BUILD_DEPENDS=""
shann@14581 17
shann@14581 18 # Rules to configure and make the package.
shann@14581 19 compile_rules()
shann@14581 20 {
pascal@14583 21 make DESTDIR=$DESTDIR install
shann@14581 22 }
shann@14581 23
shann@14581 24 # Rules to gen a SliTaz package suitable for Tazpkg.
shann@14581 25 genpkg_rules()
shann@14581 26 {
al@14590 27 cp -a $install/* $fs/
shann@14581 28 }