blob: e0d892b1cb8be6a41d43a3f4443a13a8eae57e1f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#############################################################
#
# liboping
#
#############################################################
LIBOPING_VERSION = 1.6.2
LIBOPING_SITE = http://verplant.org/liboping/files
LIBOPING_INSTALL_STAGING = YES
LIBOPING_DEPENDENCIES = $(if $(BR2_PACKAGE_NCURSES),ncurses)
LIBOPING_CONF_OPT = --without-perl-bindings
$(eval $(call AUTOTARGETS))
|