wok-next view wxhexeditor/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="wxhexeditor"
4 VERSION="0.24"
5 CATEGORY="development"
6 SHORT_DESC="Hex editor for massive files"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL"
9 WEB_SITE="https://github.com/EUA/wxHexEditor"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://github.com/EUA/wxHexEditor/archive/v$VERSION.tar.gz"
13 TARBALL_SHA1="4821ccb37015830f872b7ce87e0ee9084b6b7dc1"
15 BUILD_DEPENDS="automake libtool gfortran gettext wxwidgets-dev"
16 DEPENDS="libgomp wxwidgets"
18 compile_rules() {
19 sed -i 's|VERSION = 0.24 Beta|VERSION = 0.24|' Makefile
21 make &&
22 make install
23 }