libforms_1.2.3.bb 840 B

1234567891011121314151617181920212223242526
  1. DESCRIPTION = "The XForms graphical interface widget library "
  2. HOMEPAGE = "http://savannah.nongnu.org/projects/xforms/"
  3. PR = "r0"
  4. LICENSE = "LGPLv2.1+"
  5. LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=ade9a053df81f5b9408d2f4f5546df86"
  6. SRC_URI = "http://download.savannah.nongnu.org/releases/xforms/xforms-${PV}.tar.gz \
  7. file://fix-link-to-xforms-man.patch \
  8. file://add-absolute-path-for-include-dir.patch \
  9. file://fix-path-fdesign_LDADD.patch \
  10. "
  11. SRC_URI[md5sum] = "235720a758a8b8d9e6e452dc67190e9b"
  12. SRC_URI[sha256sum] = "7989b39598c769820ad451ad91e5cb0de29946940c8240aac94ca8238c2def61"
  13. inherit autotools features_check
  14. REQUIRED_DISTRO_FEATURES = "opengl x11"
  15. S = "${WORKDIR}/xforms-${PV}"
  16. DEPENDS = "libxpm jpeg libx11 mesa"
  17. RDEPENDS_${PN} = "bash"
  18. EXTRA_OECONF = "--with-extra-inc=${S}/lib"