wok view f3/receipt @ rev 20257

Add giflossy
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 13 23:27:32 2018 +0100 (2018-03-13)
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 }