wok-next view f3/receipt @ rev 21722
efivar: typo in post_install
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Sep 01 10:31:46 2020 +0000 (2020-09-01) |
parents | bb85a8f1ebd4 |
children |
line source
1 # SliTaz package receipt v2.
3 PACKAGE="f3"
4 VERSION="7.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.gz"
12 WGET_URL="https://github.com/AltraMayor/f3/archive/v$VERSION.tar.gz"
14 BUILD_DEPENDS=""
16 compile_rules()
17 {
18 make || return 1
19 install -Dm755 $src/f3read $install/usr/bin/f3read
20 install -Dm755 $src/f3write $install/usr/bin/f3write
21 }
23 genpkg_rules()
24 {
25 copy @std
26 }