aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gcalctool/gcalctool_5.8.17.bb
blob: 981a073b5ed199b19b46bf171b3e9e5ee72bc856 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
LICENSE = "GPL"
SECTION = "x11"
DEPENDS = "gtk+ gnome-doc-utils"
DESCRIPTION = "gcalctool is a powerful calculator"
PR = "r0"

SRC_URI = "http://download.gnome.org/sources/${PN}/5.8/${PN}-${PV}.tar.gz \
	file://fix-includedir.patch"

inherit autotools pkgconfig

EXTRA_OECONF = "--disable-gnome"