summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2019-04-27 13:19:57 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2019-04-27 13:19:57 +0000
commitf3b74551afe399dd6ae236dd69341efa4c445722 (patch)
treea4721bd5d18d2e08cad740c407e349fea39e9385
parent02bd4fc53a51720bb94589a89073d199ed750d51 (diff)
downloadmidipix_build-f3b74551afe399dd6ae236dd69341efa4c445722.tar.bz2
midipix_build-f3b74551afe399dd6ae236dd69341efa4c445722.tar.xz
vars/build.vars:native_packages_etc: adds hastyhex (master) (via Redfoxmoon.)
-rw-r--r--vars/build.vars7
1 files changed, 6 insertions, 1 deletions
diff --git a/vars/build.vars b/vars/build.vars
index dd2a83d9..ed363353 100644
--- a/vars/build.vars
+++ b/vars/build.vars
@@ -1243,7 +1243,7 @@ bdwgc bison chicken cparser diffutils flex lunix m4 make mandoc nasm patch patch
#
# Packages list native_packages_etc
NATIVE_PACKAGES_ETC_PACKAGES="
-ca_certificates cron dante debianutils emacs fetchmail ffmpeg gnuchess ghostscript hexcurse htop icecast isync infounzip
+ca_certificates cron dante debianutils emacs fetchmail ffmpeg gnuchess ghostscript hastyhex hexcurse htop icecast isync infounzip
infozip jamvm classpath john less mlogin mc mintty nano ncdu p7zip procps_ng qemu qpdf rdesktop rw rxvt_unicode st
tmux tzdb vim xcowsay xeyes xorriso xterm xwd";
: ${PKG_CA_CERTIFICATES_URLS_GIT:="ca-certificates=https://github.com/Redfoxmoon3/ca-certificates@master"};
@@ -1289,6 +1289,11 @@ tmux tzdb vim xcowsay xeyes xorriso xterm xwd";
: ${PKG_GHOSTSCRIPT_CONFIGURE_ARGS_EXTRA:="CCAUX=gcc --without-x --disable-compile-inits --enable-dynamic --with-system-libtiff --with-memory-alignment=8"};
: ${PKG_GHOSTSCRIPT_MAKEFLAGS_BUILD:=-j1};
: ${PKG_GHOSTSCRIPT_IN_TREE:=1};
+: ${PKG_HASTYHEX_URLS_GIT:="hastyhex=https://github.com/skeeto/hastyhex.git@master"};
+: ${PKG_HASTYHEX_IN_TREE:=1};
+: ${PKG_HASTYHEX_CFLAGS_BUILD_EXTRA:="-g3 -O0 -ansi -pedantic -funroll-loops"};
+: ${PKG_HASTYHEX_BUILD_STEPS_DISABLE:=install_make};
+: ${PKG_HASTYHEX_INSTALL_FILES:="../hastyhex/hastyhex=bin/"};
: ${PKG_HEXCURSE_URLS_GIT:="hexcurse=https://github.com/LonnyGomes/hexcurse@master"};
: ${PKG_HEXCURSE_CFLAGS_CONFIGURE_EXTRA:=-I${PREFIX_NATIVE}/include/ncursesw};
: ${PKG_HTOP_SHA256SUM:=d9d6826f10ce3887950d709b53ee1d8c1849a70fa38e91d5896ad8cbc6ba3c57};