slang: Add new package
authorJeffery To <jeffery.to@gmail.com>
Tue, 30 Apr 2019 12:29:43 +0000 (20:29 +0800)
committerJeffery To <jeffery.to@gmail.com>
Tue, 14 May 2019 05:55:21 +0000 (13:55 +0800)
commit46a658748d31dc9bb1e26f9d4abfa0775be2b959
tree906e7c8418239aea6b1dd236d535d0cac75759f9
parentfedc5cf5a45cd1cd6a4440724729c46d61ac3523
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>
libs/slang2/Makefile [new file with mode: 0644]
libs/slang2/patches/001-skip-terminfo-dir-test.patch [new file with mode: 0644]
libs/slang2/patches/002-use-target-ar.patch [new file with mode: 0644]