mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
28
package/ibrdtn/ibrdtn.mk
Normal file
28
package/ibrdtn/ibrdtn.mk
Normal file
@@ -0,0 +1,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))
|
||||
Reference in New Issue
Block a user