diff options
Diffstat (limited to 'meta/packages/gcalctool/gcalctool_5.8.17.bb')
-rw-r--r-- | meta/packages/gcalctool/gcalctool_5.8.17.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/packages/gcalctool/gcalctool_5.8.17.bb b/meta/packages/gcalctool/gcalctool_5.8.17.bb new file mode 100644 index 0000000000..c72860c8f5 --- /dev/null +++ b/meta/packages/gcalctool/gcalctool_5.8.17.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | LICENSE = "GPL" | ||
2 | SECTION = "x11" | ||
3 | DEPENDS = "gtk+ gnome-doc-utils" | ||
4 | DESCRIPTION = "gcalctool is a powerful calculator" | ||
5 | PR = "r0" | ||
6 | |||
7 | SRC_URI = "http://download.gnome.org/sources/${PN}/5.8/${PN}-${PV}.tar.gz \ | ||
8 | file://fix-includedir.patch;patch=1" | ||
9 | |||
10 | inherit autotools pkgconfig | ||
11 | |||
12 | EXTRA_OECONF = "--disable-gnome" | ||