commit f5c725c
chld
·
2026-09-09 12:30:04 +0000 UTC
parent 9bbf8a3
mlterm: init
4 files changed,
+16,
-0
+1,
-0
1@@ -0,0 +1 @@
2+.ncurses
+6,
-0
1@@ -0,0 +1,6 @@
2+name: mlterm
3+description: multi lingual terminal emulator
4+license:
5+upstream:
6+version: git
7+maintainer:
+8,
-0
1@@ -0,0 +1,8 @@
2+#!/bin/sh -ue
3+NAME=mlterm
4+VERSION=git
5+RELEASE=1
6+SOURCE="https://github.com/arakiken/${NAME}"
7+BUILD_OPT="--disable-frbidi --disable-dl-ctl --enable-static --disable-ssh2 --disable-shared --with-scrollbars --with-tools --disable-dnd --disable-iiimf --disable-ibus --disable-skk --disable-canna --disable-wnn --without-gtl --without-map-table --without-prop-table --disable-dl-type --disable-anti-alias --disable-daemon --disable-zmodem --disable-multi-canvas --with-gui=fb"
8+
9+. ${0%/*}/../../libsh/libdmake.sh
+1,
-0
1@@ -7,6 +7,7 @@ SOURCE="https://github.com/cosmos72/${NAME}"
2 build(){
3
4 CFLAGS='-static -O3 -pipe' LDFLAGS='-static' ./configure \
5+ --prefix=/ \
6 --libdir=/lib \
7 --bindir=/bin \
8 --enable-silent-rules \