wok-6.x diff f3/receipt @ rev 23032
updated libgdiplus and libggdiplus-dev (2.10 -> 6.0.4)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Mar 04 07:11:08 2020 +0100 (2020-03-04) |
parents | fff2fdfa76f3 |
children | b10d41313e54 |
line diff
1.1 --- a/f3/receipt Fri Mar 14 20:38:37 2014 +0000 1.2 +++ b/f3/receipt Wed Mar 04 07:11:08 2020 +0100 1.3 @@ -1,30 +1,29 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="f3" 1.7 -VERSION="2.2" 1.8 +VERSION="7.2" 1.9 CATEGORY="utilities" 1.10 SHORT_DESC="An alternative to h2testw." 1.11 MAINTAINER="paul@slitaz.org" 1.12 LICENSE="GPL3" 1.13 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 WEB_SITE="http://oss.digirati.com.br/f3/" 1.15 -WGET_URL="git|git://github.com/AltraMayor/f3" 1.16 + 1.17 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.18 +WGET_URL="https://github.com/AltraMayor/f3/archive/v$VERSION.tar.gz" 1.19 1.20 DEPENDS="" 1.21 -BUILD_DEPENDS="bzip2 git" 1.22 +BUILD_DEPENDS="" 1.23 1.24 # Rules to configure and make the package. 1.25 compile_rules() 1.26 { 1.27 - cd $src 1.28 - make linux 1.29 + make PREFIX=/usr && 1.30 + make install PREFIX=/usr 1.31 } 1.32 1.33 # Rules to gen a SliTaz package suitable for Tazpkg. 1.34 genpkg_rules() 1.35 { 1.36 - mkdir -p $fs/usr/bin 1.37 - cp -a $src/f3read $fs/usr/bin 1.38 - cp -a $src/f3write $fs/usr/bin 1.39 + mkdir -p $fs/usr 1.40 + cp -a $install/usr/bin $fs/usr 1.41 } 1.42 -