summaryrefslogtreecommitdiffhomepage
path: root/vars/build.vars
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2017-12-01 19:45:00 +0100
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2017-12-01 19:45:00 +0100
commit6289ab8e581382b2c5db15b075f1b73952537b25 (patch)
tree0b4f76815ad5ae4e135d07d536d947c2b692e9e2 /vars/build.vars
parenta71dafe899ca457dd239fd9d45011dbd02bece66 (diff)
downloadmidipix_build-6289ab8e581382b2c5db15b075f1b73952537b25.tar.bz2
midipix_build-6289ab8e581382b2c5db15b075f1b73952537b25.tar.xz
vars/build.vars:mintty: added (via Redfoxmoon.)
Diffstat (limited to 'vars/build.vars')
-rw-r--r--vars/build.vars8
1 files changed, 7 insertions, 1 deletions
diff --git a/vars/build.vars b/vars/build.vars
index 2d39d194..4e11602a 100644
--- a/vars/build.vars
+++ b/vars/build.vars
@@ -769,7 +769,7 @@ NATIVE_PACKAGES_ETC_CONFIGURE_ARGS="-C --disable-nls --host=${TARGET} --prefix=
NATIVE_PACKAGES_ETC_LDFLAGS_CONFIGURE="--sysroot=${PREFIX_NATIVE}";
NATIVE_PACKAGES_ETC_MAKEFLAGS_INSTALL="PREFIX= prefix=";
NATIVE_PACKAGES_ETC_PACKAGES="
-cron hexcurse htop infounzip infozip john less mc nano ncdu p7zip procps_ng qpdf
+cron hexcurse htop infounzip infozip john less mc nano ncdu mintty p7zip procps_ng qpdf
rxvt_unicode st tmux vim xeyes xwd";
NATIVE_PACKAGES_ETC_PREFIX="${PREFIX_NATIVE}";
: ${PKG_CRON_URLS_GIT:="pkg-cron.git=git://anonscm.debian.org/pkg-cron/pkg-cron.git@debian/3.0pl1-128"};
@@ -804,6 +804,12 @@ NATIVE_PACKAGES_ETC_PREFIX="${PREFIX_NATIVE}";
: ${PKG_NCDU_SHA256SUM:=820e4e4747a2a2ec7a2e9f06d2f5a353516362c22496a10a9834f871b877499a};
: ${PKG_NCDU_VERSION:=1.12};
: ${PKG_NCDU_URL:=https://dev.yorhel.nl/download/ncdu-${PKG_NCDU_VERSION}.tar.gz};
+: ${PKG_MINTTY_URLS_GIT:="mintty=https://github.com/midipix-ports/mintty.git@midipix bmintty=https://github.com/midipix-ports/bmintty.git@main"};
+: ${PKG_MINTTY_BASE_DIR:=${WORKDIR}/mintty-build};
+: ${PKG_MINTTY_BUILD_DIR:=build/mintty};
+: ${PKG_MINTTY_CONFIGURE:=bmintty/configure};
+: ${PKG_MINTTY_CONFIGURE_ARGS:="--debug --strict --target=${TARGET} --source-dir=../../mintty --prefix="};
+: ${PKG_MINTTY_LDFLAGS_CONFIGURE_EXTRA:=-L${PREFIX_NATIVE}/lib/w32lib};
: ${PKG_P7ZIP_URLS_GIT:="p7zip-midipix.git=https://github.com/lalbornoz/p7zip-midipix.git@master"};
: ${PKG_P7ZIP_BUILD_STEPS_DISABLE:=install_make:dynamic};
: ${PKG_P7ZIP_INSTALL_FILES:="bin/7za=bin/"};