2012-05-11 05:29:30 +02:00
|
|
|
#############################################################
|
|
|
|
#
|
|
|
|
# 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
|
|
|
|
|
2012-07-03 00:07:32 +02:00
|
|
|
$(eval $(autotools-package))
|