summaryrefslogtreecommitdiffhomepage
path: root/vars
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2018-12-10 14:41:46 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2018-12-10 14:41:46 +0000
commita435c8698427d5b62d9cbd8302a857b4830015d8 (patch)
tree3af5f64e5102926f9788c531941066b2755ef51c /vars
parent6cb9870be321b589ee3f62e0daa55836e12087eb (diff)
downloadmidipix_build-a435c8698427d5b62d9cbd8302a857b4830015d8.tar.bz2
midipix_build-a435c8698427d5b62d9cbd8302a857b4830015d8.tar.xz
vars/build.vars:native_packages_etc: adds gnuchess v6.2.5 (via Redfoxmoon.)
Diffstat (limited to 'vars')
-rw-r--r--vars/build.vars9
1 files changed, 6 insertions, 3 deletions
diff --git a/vars/build.vars b/vars/build.vars
index 4c227c5c..d5462a62 100644
--- a/vars/build.vars
+++ b/vars/build.vars
@@ -1159,9 +1159,9 @@ patch patchutils perl python2 python3 ruby smallbasic tcl";
#
# Packages list native_packages_etc
NATIVE_PACKAGES_ETC_PACKAGES="
-ca_certificates cron dante debianutils emacs fetchmail hexcurse htop icecast isync infounzip infozip
-jamvm classpath john less mc mintty nano ncdu p7zip procps_ng qpdf rdesktop rw rxvt_unicode st tmux
-tzdb vim xcowsay xeyes xorriso xterm xwd";
+ca_certificates cron dante debianutils emacs fetchmail gnuchess hexcurse htop icecast isync infounzip
+infozip jamvm classpath john less mc mintty nano ncdu p7zip procps_ng 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"};
: ${PKG_CA_CERTIFICATES_IN_TREE:=1};
: ${PKG_CA_CERTIFICATES_CFLAGS_BUILD_EXTRA:=-I${PREFIX_NATIVE}/include};
@@ -1191,6 +1191,9 @@ tzdb vim xcowsay xeyes xorriso xterm xwd";
: ${PKG_FETCHMAIL_VERSION:=6.4.0.beta4};
: ${PKG_FETCHMAIL_URL:=http://krusty.dt.e-technik.tu-dortmund.de/~ma/fetchmail/fetchmail-${PKG_FETCHMAIL_VERSION}.tar.xz};
: ${PKG_FETCHMAIL_CONFIGURE_ARGS_EXTRA:="--with-kerberos5=no --with-kerberos=no --with-ssl=${PREFIX_NATIVE}"};
+: ${PKG_GNUCHESS_SHA256SUM:=9a99e963355706cab32099d140b698eda9de164ebce40a5420b1b9772dd04802};
+: ${PKG_GNUCHESS_VERSION:=6.2.5};
+: ${PKG_GNUCHESS_URL:=http://ftp.gnu.org/gnu/chess/gnuchess-${PKG_GNUCHESS_VERSION}.tar.gz};
: ${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};