summaryrefslogtreecommitdiffhomepage
path: root/vars
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2017-09-07 21:46:16 +0200
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2017-09-07 21:46:16 +0200
commitd5cb9157b8c22f49b36c16a4eb83b4d799ebb418 (patch)
tree601910a24c8b646db1d24b00a5c2118a7490d6b6 /vars
parentdb1c6baf872b78c959caf7c1caf9df09eba3b308 (diff)
downloadmidipix_build-d5cb9157b8c22f49b36c16a4eb83b4d799ebb418.tar.bz2
midipix_build-d5cb9157b8c22f49b36c16a4eb83b4d799ebb418.tar.xz
vars/build.vars: adds st v0.7 (via Redfoxmoon.)
Diffstat (limited to 'vars')
-rw-r--r--vars/build.vars10
1 files changed, 9 insertions, 1 deletions
diff --git a/vars/build.vars b/vars/build.vars
index 939f49e7..c7680dec 100644
--- a/vars/build.vars
+++ b/vars/build.vars
@@ -575,7 +575,7 @@ LEAF_PACKAGES_PACKAGES="
apk_tools 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 nano netcat nginx openlitespeed openssh p7zip
-pacman patch perl procps_ng python3 qpdf rsync rxvt_unicode sed smallbasic socat tar tcsh the_silver_searcher
+pacman patch perl procps_ng python3 qpdf rsync rxvt_unicode sed smallbasic socat st tar tcsh the_silver_searcher
tmux toilet util_linux vim weechat wget which whois xeyes xwd zsh";
if [ -n "$(which ruby 2>/dev/null)" ]; then
LEAF_PACKAGES_PACKAGES="${LEAF_PACKAGES_PACKAGES:+${LEAF_PACKAGES_PACKAGES} }ruby";
@@ -879,6 +879,14 @@ fi;
: ${PKG_SOCAT_SHA256SUM:=ce3efc17e3e544876ebce7cd6c85b3c279fda057b2857fcaaf67b9ab8bdaf034};
: ${PKG_SOCAT_VERSION:=1.7.3.2};
: ${PKG_SOCAT_URL:=http://www.dest-unreach.org/socat/download/socat-1.7.3.2.tar.gz};
+: ${PKG_ST_SHA256SUM:=f7870d906ccc988926eef2cc98950a99cc78725b685e934c422c03c1234e6000};
+: ${PKG_ST_VERSION:=0.7};
+: ${PKG_ST_URL:=https://dl.suckless.org/st/st-${PKG_ST_VERSION}.tar.gz};
+: ${PKG_ST_BUILD_DIR:=st-0.7};
+: ${PKG_ST_CFLAGS_BUILD_EXTRA:=${LEAF_PACKAGES_CFLAGS_CONFIGURE} -I${PREFIX_NATIVE}/include/freetype2};
+: ${PKG_ST_INSTALL_FILES:=st=bin/ st.1=/share/man/man1/ st.info=bin/};
+: ${PKG_ST_LDFLAGS_BUILD_EXTRA:=-L${PREFIX_NATIVE}/lib -lX11 -lXft -lfreetype -lfontconfig};
+: ${PKG_ST_NO_MAKE_INSTALL:=1};
: ${PKG_TAR_SHA256SUM:=cae466e6e58c7292355e7080248f244db3a4cf755f33f4fa25ca7f9a7ed09af0};
: ${PKG_TAR_VERSION:=1.29};
: ${PKG_TAR_URL:=https://ftp.gnu.org/gnu/tar/tar-${PKG_TAR_VERSION}.tar.gz};