Patrick Williams | ac13d5f | 2023-11-24 18:59:46 -0600 | [diff] [blame] | 1 | SUMMARY = "C++ bindings for Cairo graphics library" |
| 2 | |
| 3 | LICENSE = "LGPL-2.0-only" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=c46bda00ffbb0ba1dac22f8d087f54d9" |
| 5 | |
| 6 | inherit gnomebase |
| 7 | |
| 8 | DEPENDS += "boost cairo libsigc++-3" |
| 9 | |
| 10 | SRC_URI = "https://www.cairographics.org/releases/cairomm-${PV}.tar.xz" |
| 11 | SRC_URI[sha256sum] = "b81255394e3ea8e8aa887276d22afa8985fc8daef60692eb2407d23049f03cfb" |
| 12 | |
| 13 | S = "${WORKDIR}/cairomm-${PV}" |
| 14 | |
| 15 | FILES:${PN}-doc += "${datadir}/devhelp" |
| 16 | FILES:${PN}-dev += "${libdir}/cairomm-*/" |
| 17 | |