wok annotate f3/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (24 months ago)
parents ac8ca9758df1
children 742d338c8574
rev   line source
paul@16074 1 # SliTaz package receipt.
paul@16074 2
paul@16074 3 PACKAGE="f3"
Hans-G?nter@24533 4 VERSION="8.0"
paul@16074 5 CATEGORY="utilities"
paul@16074 6 SHORT_DESC="An alternative to h2testw."
paul@16074 7 MAINTAINER="paul@slitaz.org"
paul@16074 8 LICENSE="GPL3"
Hans-G?nter@24533 9 WEB_SITE="http://oss.digirati.com.br/f3/"
Hans-G?nter@22710 10
Hans-G?nter@22710 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
Hans-G?nter@24533 12 WGET_URL="https://github.com/AltraMayor/$PACKAGE/archive/v$VERSION.tar.gz"
paul@16074 13
paul@16074 14 DEPENDS=""
Hans-G?nter@22710 15 BUILD_DEPENDS=""
paul@16074 16
pascal@24055 17 current_version()
pascal@24055 18 {
pascal@24299 19 wget -O - ${WGET_URL%/arch*}/tags 2>/dev/null | \
pascal@24055 20 sed '/archive.*tar/!d;s|.*/v\(.*\).tar.*|\1|;q'
pascal@24055 21 }
pascal@24055 22
paul@16074 23 # Rules to configure and make the package.
paul@16074 24 compile_rules()
paul@16074 25 {
Hans-G?nter@24533 26 export LDFLAGS="$LDFLAGS -lrt"
Hans-G?nter@24533 27
Hans-G?nter@22710 28 make PREFIX=/usr &&
Hans-G?nter@22710 29 make install PREFIX=/usr
paul@16074 30 }
paul@16074 31
paul@16074 32 # Rules to gen a SliTaz package suitable for Tazpkg.
paul@16074 33 genpkg_rules()
paul@16074 34 {
Hans-G?nter@24533 35 cook_copy_folders bin
paul@16074 36 }