gcalctool_5.8.17.bb 306 B

123456789101112
  1. LICENSE = "GPL"
  2. SECTION = "x11"
  3. DEPENDS = "gtk+ gnome-doc-utils"
  4. DESCRIPTION = "gcalctool is a powerful calculator"
  5. PR = "r0"
  6. SRC_URI = "http://download.gnome.org/sources/${BPN}/5.8/${BPN}-${PV}.tar.gz \
  7. file://fix-includedir.patch;patch=1"
  8. inherit autotools pkgconfig
  9. EXTRA_OECONF = "--disable-gnome"