wok-next view f3/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
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 }