wok-next diff wxhexeditor/receipt @ rev 21313

updated iperf (2.0.5 -> 3.7)
author Hans-G?nter Theisgen
date Tue Dec 10 16:12:48 2019 +0100 (2019-12-10)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/wxhexeditor/receipt	Tue Dec 10 16:12:48 2019 +0100
     1.3 @@ -0,0 +1,23 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="wxhexeditor"
     1.7 +VERSION="0.24"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Hex editor for massive files"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="GPL"
    1.12 +WEB_SITE="https://github.com/EUA/wxHexEditor"
    1.13 +
    1.14 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15 +WGET_URL="https://github.com/EUA/wxHexEditor/archive/v$VERSION.tar.gz"
    1.16 +TARBALL_SHA1="4821ccb37015830f872b7ce87e0ee9084b6b7dc1"
    1.17 +
    1.18 +BUILD_DEPENDS="automake libtool gfortran gettext wxwidgets-dev"
    1.19 +DEPENDS="libgomp wxwidgets"
    1.20 +
    1.21 +compile_rules() {
    1.22 +	sed -i 's|VERSION = 0.24 Beta|VERSION = 0.24|' Makefile
    1.23 +
    1.24 +	make &&
    1.25 +	make install
    1.26 +}