summaryrefslogtreecommitdiff
path: root/galculator/galculator_1.2.3.oe
blob: d99335f95ccbafe5bad08a127a780e746b5f38c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PR = "r1"

inherit autotools pkgconfig

PROVIDES = "galculator"
DESCRIPTION = "GTK Advanced Calculator"
DEPENDS = "virtual/libc gtk+ libglade"
MAINTAINER = "Florian Boor <florian.boor@kernelconcepts.de"
SECTION = "gpe"
PRIORITY = "optional"

SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}.tar.bz2 \
        file://gnome-calc2.png \
        file://Makefile.am.patch;patch=1" 

#EXTRA_OECONF = ""

do_install_append () {
        mkdir -p ${D}${datadir}/pixmaps
        install -m 0644 ${WORKDIR}/gnome-calc2.png ${D}${datadir}/pixmaps/gnome-calc2.png
}