kumquat-buildroot/package/x11r7/xcb-util-keysyms/xcb-util-keysyms.mk
Bernd Kuhls 804c507e2c package/x11r7/xcb-util-keysyms: bump version to 0.4.0, add hash
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-04-19 09:50:08 +02:00

19 lines
542 B
Makefile

################################################################################
#
# xcb-util-keysyms
#
################################################################################
XCB_UTIL_KEYSYMS_VERSION = 0.4.0
XCB_UTIL_KEYSYMS_SOURCE = xcb-util-keysyms-$(XCB_UTIL_KEYSYMS_VERSION).tar.bz2
XCB_UTIL_KEYSYMS_SITE = http://xcb.freedesktop.org/dist
# unfortunately, no license file
XCB_UTIL_KEYSYMS_LICENSE = MIT
XCB_UTIL_KEYSYMS_INSTALL_STAGING = YES
XCB_UTIL_KEYSYMS_DEPENDENCIES = host-pkgconf libxcb
$(eval $(autotools-package))