summaryrefslogtreecommitdiffhomepage
path: root/vars
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2017-09-17 18:59:59 +0200
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2017-09-17 18:59:59 +0200
commitc46e827e48083599e986e986e822f2b4a339b468 (patch)
tree365cc431900b1dd2d73b481e54149a300b17b2bd /vars
parent7eceaa9603980ab7ec2bdc7e24f2af07899b9039 (diff)
downloadmidipix_build-c46e827e48083599e986e986e822f2b4a339b468.tar.bz2
midipix_build-c46e827e48083599e986e986e822f2b4a339b468.tar.xz
vars/build.vars: adds Lunix (HEAD) (via Redfoxmoon.)
Diffstat (limited to 'vars')
-rw-r--r--vars/build.vars7
1 files changed, 6 insertions, 1 deletions
diff --git a/vars/build.vars b/vars/build.vars
index 297ebfe1..4cc41efa 100644
--- a/vars/build.vars
+++ b/vars/build.vars
@@ -588,7 +588,7 @@ LEAF_PACKAGES_MAKEFLAGS_INSTALL="DESTDIR=${PREFIX_NATIVE}";
LEAF_PACKAGES_PACKAGES="
apk_tools aria2 bash bc bdwgc bind bison chicken clang_host coreutils cparser cron dash datamash diffutils
dos2unix dropbear ed figlet file findutils gawk git gnupg grep hexcurse htop inetutils infounzip infozip
-irssi john ldns less lighttpd lynx make man_db mc mksh mtr m4 nano netcat nginx openlitespeed openssh p7zip
+irssi john ldns less lighttpd lunix lynx make man_db mc mksh mtr m4 nano netcat nginx openlitespeed openssh p7zip
pacman patch patchutils perl procps_ng python3 qpdf rsync ruby rxvt_unicode sed smallbasic socat st tar tcsh
the_silver_searcher tmux toilet util_linux vim weechat wget which whois xeyes xwd zsh";
LEAF_PACKAGES_PREFIX="${PREFIX_NATIVE}";
@@ -762,6 +762,11 @@ LEAF_PACKAGES_PREFIX="${PREFIX_NATIVE}";
: ${PKG_LIGHTTPD_VERSION:=1.4.45};
: ${PKG_LIGHTTPD_URL:=http://download.lighttpd.net/lighttpd/releases-${PKG_LIGHTTPD_VERSION%.*}.x/lighttpd-${PKG_LIGHTTPD_VERSION}.tar.xz};
: ${PKG_LIGHTTPD_ENV_VARS_EXTRA:="PCRECONFIG=${PREFIX_NATIVE}/bin/pcre-config"};
+: ${PKG_LUNIX_URLS_GIT:=lunix=https://github.com/Redfoxmoon3/lunix.git@master};
+: ${PKG_LUNIX_SUBDIR:=lunix};
+: ${PKG_LUNIX_BUILD_DIR:=lunix};
+: ${PKG_LUNIX_MAKEFLAGS_BUILD:="all5.3"};
+: ${PKG_LUNIX_ENV_VARS_EXTRA:="libdir=${PREFIX_NATIVE}/lib"};
: ${PKG_LYNX_SHA256SUM:=6980e75cf0d677fd52c116e2e0dfd3884e360970c88c8356a114338500d5bee7};
: ${PKG_LYNX_VERSION:=2.8.8rel.2};
: ${PKG_LYNX_URL:=https://ftp.osuosl.org/pub/blfs/conglomeration/lynx/lynx${PKG_LYNX_VERSION}.tar.bz2};