wok-next view f3/receipt @ rev 21153

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 31 16:45:41 2019 +0200 (2019-01-31)
parents fff2fdfa76f3
children 43d01f45d682
line source
1 # SliTaz package receipt v2.
3 PACKAGE="f3"
4 VERSION="2.2"
5 CATEGORY="utilities"
6 SHORT_DESC="An alternative to h2testw"
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://oss.digirati.com.br/f3/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="git|git://github.com/AltraMayor/f3"
14 BUILD_DEPENDS="bzip2 git"
16 compile_rules() {
17 make linux || return 1
18 install -Dm755 $src/f3read $install/usr/bin/f3read
19 install -Dm755 $src/f3write $install/usr/bin/f3write
20 }
22 genpkg_rules() {
23 copy @std
24 }