summaryrefslogtreecommitdiffhomepage
path: root/vars
diff options
context:
space:
mode:
Diffstat (limited to 'vars')
-rw-r--r--vars/build.vars5
-rw-r--r--vars/yabasic.vars8
2 files changed, 12 insertions, 1 deletions
diff --git a/vars/build.vars b/vars/build.vars
index 43a38d90..ae9c5f7e 100644
--- a/vars/build.vars
+++ b/vars/build.vars
@@ -1267,7 +1267,7 @@ bison chicken cparser diffutils flex lunix m4 make mandoc nasm patch patchutils
NATIVE_PACKAGES_ETC_PACKAGES="
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";
+tmux tzdb vim yabasic 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};
@@ -1438,6 +1438,9 @@ fi;
: ${PKG_VIM_INSTALL_FILES:=@vim=bin/vi};
: ${PKG_VIM_MAKEFLAGS_INSTALL_EXTRA:=STRIP=/bin/true};
: ${PKG_VIM_SUBDIR:=vim-${PKG_VIM_VERSION}};
+: ${PKG_YABASIC_SHA256SUM:=24eaca1a520817ec266d132d89b4a657d5adf3e6bad54f13b103991afdca6d40};
+: ${PKG_YABASIC_VERSION:=2.83.0};
+: ${PKG_YABASIC_URL:=http://www.yabasic.de/download/yabasic-${PKG_YABASIC_VERSION}.tar.gz};
: ${PKG_XCOWSAY_SHA256SUM:=c7e261ba0262c3821c106ccb6d6f984e3c2da999ad10151364e55d1c699f8e51};
: ${PKG_XCOWSAY_VERSION:=1.4};
: ${PKG_XCOWSAY_URL:=http://www.nickg.me.uk/files/xcowsay-${PKG_XCOWSAY_VERSION}.tar.gz};
diff --git a/vars/yabasic.vars b/vars/yabasic.vars
new file mode 100644
index 00000000..a180a16e
--- /dev/null
+++ b/vars/yabasic.vars
@@ -0,0 +1,8 @@
+#
+# set -o errexit -o noglob are assumed.
+#
+
+: ${PKG_YABASIC_CONFIG_CACHE_EXTRA:="
+ac_cv_func_strtod=yes"};
+
+# vim:filetype=sh