aboutsummaryrefslogtreecommitdiff
path: root/net/ibrdtnd
Commit message (Collapse)AuthorAge
* ibrdtnd: Updated to 1.0.0Johannes Morgenroth2015-01-10
| | | | Signed-off-by: Johannes Morgenroth <jm@m-network.de>
* ibrdtnd: Add patch to exclude build of documentation using pdflatexJohannes Morgenroth2014-09-06
| | | | | | | | By default the package detects the presence of pdflatex and builds documentation automatically. During the OpenWrt build this behavior is not acceptable. The added patch introduces a configure option to explicitly enable the build of the documentation on request. Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
* ibrdtnd: Fix configure argsJohannes Morgenroth2014-08-26
| | | | | The option --disable-libdaemon was missing and --with-dht is invalid. Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
* ibrdtnd: Add autoreconf to fixupJohannes Morgenroth2014-08-25
| | | | | The fixup is necessary since there is a patch for configure.ac in this recipe. Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
* ibrdtnd: Disable dependency on wifip2p and vmime libraryJohannes Morgenroth2014-08-24
| | | | | | | Since the current release of the package does not provide configure options to disable these dependencies, a patch is necessary. Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
* ibrdtnd: Remove PKG_BUILD_DEPENDS since it is already defined by DEPENDSJohannes Morgenroth2014-08-22
| | | Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
* ibrdtnd: add new packageJohannes Morgenroth2014-08-20
This package contains the daemon (dtnd) of IBR-DTN, a modular and lightweight implementation of the bundle protocol (RFC 5050). https://github.com/ibrdtn/ibrdtn Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>