wok view f3/receipt @ rev 20349

libgcrypt update: 1.7.1 (2016 June) -> 1.8.2 (2017 Dec)
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 10:52:47 2018 +0000 (2018-06-09)
parents
children 0795a5e4e5d3
line source
1 # SliTaz package receipt.
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 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://oss.digirati.com.br/f3/"
11 WGET_URL="git|git://github.com/AltraMayor/f3"
13 DEPENDS=""
14 BUILD_DEPENDS="bzip2 git"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 make linux
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/bin
27 cp -a $src/f3read $fs/usr/bin
28 cp -a $src/f3write $fs/usr/bin
29 }