blob: 3348b9ece48112ae07f96586631688a166c6f0be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
LICENSE = "GPL"
PR = "r7"
inherit autotools pkgconfig gconf
PROVIDES = "galculator"
DESCRIPTION = "GTK Advanced Calculator"
DEPENDS = "virtual/libc gtk+ libglade gnome-desktop"
RDEPENDS = "gnome-desktop"
SECTION = "gpe"
PRIORITY = "optional"
SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}.tar.bz2 \
file://desktop-categories.patch;patch=1 \
file://Makefile.am.patch;patch=1 \
file://src-ui.c.patch;patch=1;pnum=0"
LDFLAGS += '-Wl,--export-dynamic'
|