kumquat-buildroot/package/liburcu/liburcu.mk
Alexandre Belloni 702704014d Fix package headers to comply with coding style
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-06-06 17:26:35 +02:00

14 lines
371 B
Makefile

#############################################################
#
# liburc: userspace RCU (read-copy-update) library
#
#############################################################
LIBURCU_VERSION = 0.7.6
LIBURCU_SITE = http://lttng.org/files/urcu/
LIBURCU_SOURCE = userspace-rcu-$(LIBURCU_VERSION).tar.bz2
LIBURCU_INSTALL_STAGING = YES
$(eval $(autotools-package))