lightning: new package
authorPaul Cercueil <paul@crapouillou.net>
Tue, 5 Aug 2014 23:00:10 +0000 (01:00 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 2 Jan 2015 18:10:52 +0000 (19:10 +0100)
commit952391db0477d1baa9c451fe0b3dabbfaef5a9b7
tree6f677cca6ed668f09a4cc3d2921232804ff83b45
parent6a508d93610d63b6abedca990833b038429fc3f0
lightning: new package

GNU lightning is a library that generates assembly language code at
run-time.

https://www.gnu.org/software/lightning/

[Thomas:
 - Wrap list of architectures in Config.in
 - Introduce an explicit Config.in option for the disassembler
   support, since it needs both binutils and zlib, which may not be
   easy to guess.
 - Add hash file.
 - Bump to version 2.0.5.
 - Add patch to fix cross-compilation issues on ARM and x86 due to
   AC_RUN_IFELSE() tests.
 - Adjust license information: the library is actually under LGPLv3+,
   not GPLv3. There is a COPYING file with the text of the GPLv3 in
   the code base, but this license doesn't seem to be used in anything
   that is actually installed.
 - Add AUTORECONF = YES since we're now patching configure.ac.
 - Add missing dependency on zlib for the disassembler support.
 - Add a special LIBS=-lintl when enabling the disassembler support
   because binutils libraries use gettext functions, but they are not
   linked against libintl.]

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Config.in
package/lightning/0001-cross-compilation-configure-fixes.patch [new file with mode: 0644]
package/lightning/Config.in [new file with mode: 0644]
package/lightning/lightning.hash [new file with mode: 0644]
package/lightning/lightning.mk [new file with mode: 0644]