wok view f3/receipt @ rev 20994

updated gptfdisk (1.0.3 -> 1.0.4)
author Hans-G?nter Theisgen
date Thu Mar 07 17:31:34 2019 +0100 (2019-03-07)
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 }