ibrdtn: new package
authorTom Sparks <tom_a_sparks@yahoo.com.au>
Sat, 8 Aug 2015 12:49:05 +0000 (22:49 +1000)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 29 Aug 2015 16:14:04 +0000 (18:14 +0200)
commit1c964e320f2676f1bc36cbebeba102c440815d7b
treeb217ce4234db8152b3839d0b5675eb7caa3a1a95
parentf1e2419753990744eb9d5d06e8661c9713d9a629
ibrdtn: new package

[Thomas:
  - Add missing include in package/Config.in to make the package
    appear in menuconfig.
  - Fix the comment dependencies: the comment should be shown either
    if C++ is not available *or* if threads are not supported.
  - Add a hash file.
  - Add missing dependency on host-pkgconf, since pkg-config is used
    to detect the availability of ibrcommon.
  - Remove the custom INSTALL_STAGING_OPTS and INSTALL_TARGET_OPTS:
    they are not needed since automake is used.
  - Make --with-compression conditional on whether zlib is available.
  - Add optional dependency on libglib2.
  - Add missing final newlines in .mk and Config.in files.]

Signed-off-by: Tom Sparks <tom_a_sparks@yahoo.com.au>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/Config.in
package/ibrdtn/Config.in [new file with mode: 0644]
package/ibrdtn/ibrdtn.hash [new file with mode: 0644]
package/ibrdtn/ibrdtn.mk [new file with mode: 0644]