2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2012-06-02 14:09:15 +02:00
|
|
|
#
|
2013-07-22 07:30:22 +02:00
|
|
|
# liburcu
|
2012-06-02 14:09:15 +02:00
|
|
|
#
|
2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2013-06-06 01:53:25 +02:00
|
|
|
|
2013-06-23 15:58:08 +02:00
|
|
|
LIBURCU_VERSION = 0.7.7
|
2012-06-02 14:09:15 +02:00
|
|
|
LIBURCU_SITE = http://lttng.org/files/urcu/
|
2012-01-31 20:40:00 +01:00
|
|
|
LIBURCU_SOURCE = userspace-rcu-$(LIBURCU_VERSION).tar.bz2
|
2013-06-30 17:01:05 +02:00
|
|
|
LIBURCU_LICENSE = LGPLv2.1+ for the library; MIT-like license for few source files listed in LICENSE
|
|
|
|
LIBURCU_LICENSE_FILES = lgpl-2.1.txt lgpl-relicensing.txt LICENSE
|
2012-01-31 20:40:00 +01:00
|
|
|
|
|
|
|
LIBURCU_INSTALL_STAGING = YES
|
|
|
|
|
2012-07-03 00:07:32 +02:00
|
|
|
$(eval $(autotools-package))
|