decommission PKG_IS_ADDON

This commit is contained in:
cvh
2017-10-16 00:01:01 +02:00
parent c6b5cdc10f
commit 837b447b7c
474 changed files with 35 additions and 914 deletions

View File

@@ -27,13 +27,10 @@ PKG_DEPENDS_TARGET="toolchain"
PKG_SECTION="devel"
PKG_SHORTDESC="slang: multi-platform programmer's library designed to allow a developer to create robust multi-platform software."
PKG_LONGDESC="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."
PKG_IS_ADDON="no"
PKG_AUTORECONF="no"
MAKEFLAGS=-j1
pre_configure_target() {
# slang fails to build in subdirs
cd $PKG_BUILD