wok-next view wxhexeditor/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
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 }