Move all to deprecated folder.
This commit is contained in:
16
deprecated/firmware/buildroot/package/ibrdtn/Config.in
Normal file
16
deprecated/firmware/buildroot/package/ibrdtn/Config.in
Normal file
@@ -0,0 +1,16 @@
|
||||
config BR2_PACKAGE_IBRDTN
|
||||
bool "ibrdtn"
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
select BR2_PACKAGE_IBRCOMMON
|
||||
help
|
||||
IBR-DTN is a small dtn application that supports:
|
||||
Bundle Protocol RFC 5050
|
||||
Bundle Security Protocol RFC 6257
|
||||
|
||||
This package contains the ibrdtn library.
|
||||
|
||||
http://trac.ibr.cs.tu-bs.de/project-cm-2012-ibrdtn
|
||||
|
||||
comment "ibrdtn needs a toolchain w/ C++, threads"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
|
||||
2
deprecated/firmware/buildroot/package/ibrdtn/ibrdtn.hash
Normal file
2
deprecated/firmware/buildroot/package/ibrdtn/ibrdtn.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 288b14ccbaefb5e3234065c2778c247797ccb3c7afbb6746bb37dc12c620d360 ibrdtn-1.0.1.tar.gz
|
||||
29
deprecated/firmware/buildroot/package/ibrdtn/ibrdtn.mk
Normal file
29
deprecated/firmware/buildroot/package/ibrdtn/ibrdtn.mk
Normal file
@@ -0,0 +1,29 @@
|
||||
################################################################################
|
||||
#
|
||||
# ibrdtn
|
||||
#
|
||||
################################################################################
|
||||
|
||||
IBRDTN_VERSION = 1.0.1
|
||||
IBRDTN_SOURCE = ibrdtn-$(IBRDTN_VERSION).tar.gz
|
||||
IBRDTN_SITE = https://www.ibr.cs.tu-bs.de/projects/ibr-dtn/releases
|
||||
IBRDTN_INSTALL_STAGING = YES
|
||||
IBRDTN_LICENSE = Apache-2.0
|
||||
IBRDTN_LICENSE_FILES = COPYING
|
||||
IBRDTN_DEPENDENCIES = ibrcommon host-pkgconf
|
||||
|
||||
ifeq ($(BR2_PACKAGE_ZLIB),y)
|
||||
IBRDTN_CONF_OPTS += --with-compression
|
||||
IBRDTN_DEPENDENCIES += zlib
|
||||
else
|
||||
IBRDTN_CONF_OPTS += --without-compression
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBGLIB2),y)
|
||||
IBRDTN_CONF_OPTS += --with-glib
|
||||
IBRDTN_DEPENDENCIES += libglib2
|
||||
else
|
||||
IBRDTN_CONF_OPTS += --without-glib
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user