mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
slang: Add new package
From the S-Lang website: S-Lang is a multi-platform programmer's library designed to allow a developer to create robust multi-platform software. It provides facilities required by interactive applications such as display/screen management, keyboard input, keymaps, and so on. The most exciting feature of the library is the slang interpreter that may be easily embedded into a program to make it extensible. While the emphasis has always been on the embedded nature of the interpreter, it may also be used in a stand-alone fashion through the use of slsh, which is part of the S-Lang distribution. Adapted from the old packages feed: https://git.openwrt.org/?p=openwrt/svn-archive/packages.git;a=tree;f=libs/slang2 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
--- a/src/Makefile.in
|
||||
+++ b/src/Makefile.in
|
||||
@@ -73,7 +73,7 @@ INSTALL_DATA = @INSTALL_DATA@
|
||||
MKINSDIR = @CONFIG_DIR@/autoconf/mkinsdir.sh
|
||||
RM = rm -f
|
||||
RM_R = rm -rf
|
||||
-AR_CR = ar cr
|
||||
+AR_CR = $(AR) cr
|
||||
RMDIR = rmdir
|
||||
LN = /bin/ln -sf
|
||||
CP = cp
|
||||
Reference in New Issue
Block a user