summaryrefslogtreecommitdiffstats
path: root/package/leafnode2/Config.in
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2014-09-28 12:02:12 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-10-04 19:34:34 +0200
commit2f6b9b2b71db3e9ff3a6d57c92a5c9bd52cba206 (patch)
tree62a40ead67b3f6f37f26664dde25429bd2a12beb /package/leafnode2/Config.in
parent6f37778ab87e40a6be43434a6c38bbd4d1b8961a (diff)
downloadbuildroot-2f6b9b2b71db3e9ff3a6d57c92a5c9bd52cba206.tar.gz
buildroot-2f6b9b2b71db3e9ff3a6d57c92a5c9bd52cba206.zip
package/leafnode2: New package
[Thomas: - Rewrap help text in Config.in - Improve cross-compilation patch to not call the 'amiroot' program on the host, while it is compiled for the target. - Use CONF_OPTS instead of CONF_OPT. - Use a pre-build hook rather than re-implementing the BUILD_CMDS entirely. - Also include COPYING file in license files. - License is LGPLv2.1, not LGPLv2.1+: only one file is LGPLv2.1+, the rest doesn't have any "or later" specification, so we assume it's only LGPLv2.1.] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/leafnode2/Config.in')
-rw-r--r--package/leafnode2/Config.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/leafnode2/Config.in b/package/leafnode2/Config.in
new file mode 100644
index 0000000000..30a02c84b3
--- /dev/null
+++ b/package/leafnode2/Config.in
@@ -0,0 +1,10 @@
+config BR2_PACKAGE_LEAFNODE2
+ bool "leafnode2"
+ depends on BR2_USE_MMU # fork()
+ select BR2_PACKAGE_PCRE
+ help
+ Leafnode-2 is a store-and-forward NNTP (or Usenet) proxy
+ server designed for small sites with just a few active
+ newsgroups.
+
+ http://www.dt.e-technik.uni-dortmund.de/~ma/leafnode/beta/
OpenPOWER on IntegriCloud