Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | DESCRIPTION = "A C-language AMQP client library for use with v2.0+ of the RabbitMQ broker" |
| 2 | HOMEPAGE = "https://github.com/alanxz/rabbitmq-c" |
| 3 | LIC_FILES_CHKSUM = "file://LICENSE-MIT;md5=6b7424f9db80cfb11fdd5c980b583f53" |
| 4 | LICENSE = "MIT" |
| 5 | |
| 6 | SRC_URI = "git://github.com/alanxz/rabbitmq-c.git" |
| 7 | SRCREV = "4dde30ce8d984edda540349f57eb7995a87ba9de" |
| 8 | |
| 9 | S = "${WORKDIR}/git" |
| 10 | |
| 11 | DEPENDS = "popt openssl" |
| 12 | |
| 13 | EXTRA_OECONF = "--disable-examples --enable-tools --disable-docs" |
| 14 | |
| 15 | inherit autotools pkgconfig |
| 16 | |
| 17 | PACKAGE_BEFORE_PN += "${PN}-tools" |
| 18 | FILES_${PN}-tools = "${bindir}" |