sl: new package
authorJens Rosenboom <j.rosenboom@x-ion.de>
Wed, 1 Apr 2015 09:08:45 +0000 (11:08 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 3 Apr 2015 14:31:04 +0000 (16:31 +0200)
commit5c4aa31640d9e80b80373fe229e5f789c4645e27
treec06af3528d574d894c5c7cb742209f0ac0037fb0
parentea6b7bd5455e733c9fb006c7ed3103459b62d0fe
sl: new package

SL (Steam Locomotive) runs across your terminal when you type "sl" as
you meant to type "ls". It's just a joke command, and not useful at
all.

[Thomas:
 - Change "depends on BR2_PACKAGE_NCURSES" to "select
   BR2_PACKAGE_NCURSES".
 - Rewrap Config.in help text.
 - Remove comment in help text about the need to check dependencies,
   there's nothing to be done really.
 - Change the license from "Unclear" to "Custom".
 - Use $(TARGET_CONFIGURE_OPTS instead of passing CC and CFLAGS
   explicitly.
 - Pass '-m 0755' when doing the $(INSTALL)
 - Add ncurses to SL_DEPENDENCIES.]

Signed-off-by: Jens Rosenboom <j.rosenboom@x-ion.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Config.in
package/sl/Config.in [new file with mode: 0644]
package/sl/sl.mk [new file with mode: 0644]