wok-next diff wxHexEditor/receipt @ rev 21020
Cleaning is almost finished... I should proceed to upgrades.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Nov 02 14:15:08 2018 +0200 (2018-11-02) |
parents | cd7906120828 |
children | d457c4e37c1b |
line diff
1.1 --- a/wxHexEditor/receipt Sat Jul 14 17:43:03 2018 +0300 1.2 +++ b/wxHexEditor/receipt Fri Nov 02 14:15:08 2018 +0200 1.3 @@ -13,12 +13,9 @@ 1.4 SF_PROJECT="wxhexeditor" 1.5 WGET_URL="$SF_MIRROR/$SF_PROJECT/$TARBALL" 1.6 1.7 -DEPENDS="libgomp wxWidgets28" 1.8 -BUILD_DEPENDS="wxWidgets28-dev libffi libtool autoconf automake gettext-tools" 1.9 +BUILD_DEPENDS="wxWidgets28-dev libffi libtool autoconf automake gettext" 1.10 1.11 -# Rules to configure and make the package. 1.12 -compile_rules() 1.13 -{ 1.14 +compile_rules() { 1.15 sed -i 's|^PREFIX\ *= /usr/local|PREFIX = /usr|' $src/makefile 1.16 sed -i 's|^HOST=|HOST = '$HOST_SYSTEM'|' $src/makefile 1.17 1.18 @@ -35,8 +32,7 @@ 1.19 make OPTFLAGS="-fopenmp" && make install 1.20 } 1.21 1.22 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.23 -genpkg_rules() 1.24 -{ 1.25 +genpkg_rules() { 1.26 cp -a $install/* $fs 1.27 + DEPENDS="libgomp wxWidgets28" 1.28 }