wok annotate drbl/receipt @ rev 25705

fusecloop/extract_compressed_fs: can convert to v0.68 or v1.0
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 22 12:48:49 2024 +0000 (11 days ago)
parents d79ed38ace18
children
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"
pascal@25447 9 WEB_SITE="https://drbl.org/"
Hans-G?nter@20853 10
Hans-G?nter@20853 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
pascal@25021 12 WGET_URL="$SF_MIRROR/$PACKAGE/$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
pascal@24439 19 # What is the latest version available today?
pascal@24439 20 current_version()
pascal@24439 21 {
pascal@25610 22 wget -O - https://sourceforge.net/projects/drbl/files/drbl_stable/ 2>/dev/null | \
pascal@25610 23 sed '/scope="row/!d;s|.*a href="|"https://sourceforge.net|;s| .*||;q' | xargs wget -O - 2>/dev/null | \
pascal@25610 24 sed '/scope="row/!d;s|.*/drbl-||;s|-.*||;q'
pascal@24439 25 }
pascal@24439 26
shann@14581 27 # Rules to configure and make the package.
shann@14581 28 compile_rules()
shann@14581 29 {
pascal@14583 30 make DESTDIR=$DESTDIR install
shann@14581 31 }
shann@14581 32
shann@14581 33 # Rules to gen a SliTaz package suitable for Tazpkg.
shann@14581 34 genpkg_rules()
shann@14581 35 {
al@14590 36 cp -a $install/* $fs/
shann@14581 37 }