grail_3.1.1.bb 752 B

1234567891011121314151617181920212223
  1. SUMMARY = "Gesture Recognition And Instantiation Library"
  2. HOMEPAGE = "https://launchpad.net/grail"
  3. LICENSE = "GPLv3 & LGPLv3"
  4. LIC_FILES_CHKSUM = " \
  5. file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02 \
  6. file://COPYING.GPL3;md5=d32239bcb673463ab874e80d47fae504 \
  7. "
  8. inherit autotools pkgconfig
  9. DEPENDS = "frame"
  10. SRC_URI = "https://launchpad.net/${BPN}/trunk/${PV}/+download/${BPN}-${PV}.tar.bz2"
  11. SRC_URI[md5sum] = "0df1b3ec6167920f310e2effe6e2ad44"
  12. SRC_URI[sha256sum] = "5eed1f650f042481daa3a2de5e7d43261fe343b2a1b1e240f3b7fc26572c9df3"
  13. PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}"
  14. PACKAGECONFIG[x11] = "--with-x11, --without-x11, libxi"
  15. PACKAGE_BEFORE_PN += "${PN}-test"
  16. FILES_${PN}-test = "${bindir}/grail-test*"