summaryrefslogtreecommitdiffstats
path: root/package/ibrdtn/ibrdtn.mk
blob: 3f805c4024acdfc59417d61b5b01ebd36905587b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
################################################################################
#
# ibrdtn
#
################################################################################

IBRDTN_VERSION = 1.0.1
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))
OpenPOWER on IntegriCloud