wok-next annotate f3/receipt @ rev 21543

updated ccid (1.4.30 -> 1.4.32)
author Hans-G?nter Theisgen
date Sun Jun 21 17:20:25 2020 +0100 (2020-06-21)
parents fff2fdfa76f3
children 43d01f45d682
rev   line source
al@20589 1 # SliTaz package receipt v2.
paul@16074 2
paul@16074 3 PACKAGE="f3"
paul@16074 4 VERSION="2.2"
paul@16074 5 CATEGORY="utilities"
al@20589 6 SHORT_DESC="An alternative to h2testw"
paul@16074 7 MAINTAINER="paul@slitaz.org"
paul@16074 8 LICENSE="GPL3"
al@20589 9 WEB_SITE="http://oss.digirati.com.br/f3/"
al@20589 10
paul@16074 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
paul@16074 12 WGET_URL="git|git://github.com/AltraMayor/f3"
paul@16074 13
paul@16074 14 BUILD_DEPENDS="bzip2 git"
paul@16074 15
al@20589 16 compile_rules() {
al@20589 17 make linux || return 1
al@20589 18 install -Dm755 $src/f3read $install/usr/bin/f3read
al@20589 19 install -Dm755 $src/f3write $install/usr/bin/f3write
paul@16074 20 }
paul@16074 21
al@20589 22 genpkg_rules() {
al@20589 23 copy @std
paul@16074 24 }