blob: 726eccdc30efb948c248696c4df02fda5b91712e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
LICENSE = "GPL"
SECTION = "x11"
DEPENDS = "gtk+"
DESCRIPTION = "gcalctool is a powerful calculator"
FILE_PR = "r1"
SRC_URI = "http://download.gnome.org/sources/${PN}/5.7/${PN}-${PV}.tar.gz \
file://makefile-fix.diff;patch=1"
inherit autotools pkgconfig
EXTRA_OECONF = "--disable-gnome"
|