aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mbmerlin/mbmerlin_0.8.1-2.bb
blob: e5c582a6eb96e968b773237cd944b51001f891cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
LICENSE = "GPL"
PR = "r4"

inherit pkgconfig gpe

DEPENDS = "virtual/xserver libxft startup-notification"

SECTION = "x11"
PRIORITY = "optional"
FILES_${PN} = "${sysconfdir} ${bindir} ${datadir}/mbmerlin ${datadir}/applications"
FILES_${PN} += " ${datadir}/pixmaps"

SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.gz \
	   file://fix_makefile.patch"

S = "${WORKDIR}/mbmerlin"

CFLAGS += " -D_GNU_SOURCE"

SRC_URI[md5sum] = "c379c781ac05d3b64228f48362aecaca"
SRC_URI[sha256sum] = "d2a482d4b7bce5cc41bacddc8ef48ebd21fecbe6585b74036e432c030595b11f"

do_install_prepend() {
    # This package is not x11, this file should not be staged.
    rm ${S}/build/x11.pc
}