summaryrefslogtreecommitdiffstats
path: root/openembedded/packages/gcalctool/gcalctool_5.7.32.bb
blob: cb416235a3c73e0aa63a7c4e05905613adbb66f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
LICENSE = "GPL"
SECTION = "x11"
DEPENDS = "gtk+"
MAINTAINER = "Ross Burton <ross@openedhand.com>"
DESCRIPTION = "gcalctool is a powerful calculator
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"