wok annotate drbl/receipt @ rev 22308
updated xscavenger (1.4.4 -> 1.4.5)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Nov 14 09:09:20 2019 +0100 (2019-11-14) |
parents | 320f35171ddd |
children | bfabe25c21ff |
rev | line source |
---|---|
shann@14581 | 1 # SliTaz package receipt. |
shann@14581 | 2 |
shann@14581 | 3 PACKAGE="drbl" |
Hans-G?nter@20853 | 4 VERSION="2.25.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/" |
Hans-G?nter@20853 | 10 |
Hans-G?nter@20853 | 11 TARBALL="$PACKAGE-$VERSION.tar.xz" |
pascal@14583 | 12 WGET_URL="http://free.nchc.org.tw/$PACKAGE-core/src/stable/$TARBALL" |
shann@14581 | 13 |
al@14590 | 14 DEPENDS="bash bc binutils dialog disktype dmidecode e2fsprogs ethtool expect \ |
al@14590 | 15 file gnu-netcat lzop memtest mtools openssh parted partimage perl pigz procps \ |
al@14590 | 16 reiserfsprogs rsync strace tcpdump syslinux systemd udpcast" |
al@14590 | 17 BUILD_DEPENDS="" |
shann@14581 | 18 |
shann@14581 | 19 # Rules to configure and make the package. |
shann@14581 | 20 compile_rules() |
shann@14581 | 21 { |
pascal@14583 | 22 make DESTDIR=$DESTDIR install |
shann@14581 | 23 } |
shann@14581 | 24 |
shann@14581 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
shann@14581 | 26 genpkg_rules() |
shann@14581 | 27 { |
al@14590 | 28 cp -a $install/* $fs/ |
shann@14581 | 29 } |