3ced4d018c
The GitHub tag is really "libusbgx-0.2.0" so we end up with a slightly strange looking version and archive name, but this is correct given the tag. Signed-off-by: John Keeping <john@metanate.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
16 lines
522 B
Makefile
16 lines
522 B
Makefile
################################################################################
|
|
#
|
|
# libusbgx
|
|
#
|
|
################################################################################
|
|
|
|
LIBUSBGX_VERSION = libusbgx-v0.2.0
|
|
LIBUSBGX_SITE = $(call github,libusbgx,libusbgx,$(LIBUSBGX_VERSION))
|
|
LIBUSBGX_LICENSE = GPL-2.0+ (examples), LGPL-2.1+ (library)
|
|
LIBUSBGX_LICENSE_FILES = COPYING COPYING.LGPL
|
|
LIBUSBGX_DEPENDENCIES = host-pkgconf libconfig
|
|
LIBUSBGX_AUTORECONF = YES
|
|
LIBUSBGX_INSTALL_STAGING = YES
|
|
|
|
$(eval $(autotools-package))
|