907ff8983e
[Peter: add toolchain deps for dbus. add dbus/host-pkgconf, wrap help text] Signed-off-by: Simon Dawson <spdawson@gmail.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Tested-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> (built-test on a minimal powerpc config) Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
17 lines
498 B
Makefile
17 lines
498 B
Makefile
#############################################################
|
|
#
|
|
# neardal
|
|
#
|
|
#############################################################
|
|
NEARDAL_VERSION = 0.7
|
|
NEARDAL_SITE = http://github.com/connectivity/neardal/tarball/$(NEARDAL_VERSION)
|
|
NEARDAL_SOURCE = connectivity-neardal-$(NEARDAL_VERSION).tar.gz
|
|
NEARDAL_INSTALL_STAGING = YES
|
|
NEARDAL_LICENSE = GPLv2
|
|
NEARDAL_LICENSE_FILES = COPYING
|
|
|
|
NEARDAL_DEPENDENCIES = host-pkgconf dbus dbus-glib
|
|
NEARDAL_AUTORECONF = YES
|
|
|
|
$(eval $(autotools-package))
|