[Buildroot] [PATCH 0/2] Add lightweight Zile editor

Alex Bennée alex.bennee at linaro.org
Mon Apr 7 11:00:20 UTC 2014


From: Alex Bennée <alex at bennee.com>

Hi,

The following two patches enable the addition of Zile to the roster of
available editors in buildroot. Zile is a lightweight Emacs-a-like
implementation. It requires libgc which will also be useful for a
number of other packages if they get added to Buildroot. There is
nothing especially complex in the build descriptions although libgc
requires another source tree (lib_atomic) merging in the build and
Zile needs help2man disabling.

Cheers,

--
Alex Bennée
QEMU/KVM Hacker for Linaro


Alex Bennée (2):
  package/libgc: add Boehm-Demers-Weiser gc library
  package/zile: add Zile is Lossy Emacs editor

 package/Config.in                  |  2 ++
 package/libgc/Config.in            |  9 +++++++++
 package/libgc/libgc.mk             | 23 +++++++++++++++++++++++
 package/zile/Config.in             | 14 ++++++++++++++
 package/zile/remove-help2man.patch | 28 ++++++++++++++++++++++++++++
 package/zile/zile.mk               | 13 +++++++++++++
 6 files changed, 89 insertions(+)
 create mode 100644 package/libgc/Config.in
 create mode 100644 package/libgc/libgc.mk
 create mode 100644 package/zile/Config.in
 create mode 100644 package/zile/remove-help2man.patch
 create mode 100644 package/zile/zile.mk

-- 
1.9.1



More information about the buildroot mailing list