summaryrefslogtreecommitdiffstats
path: root/recipes/gpe-plucker/gpe-plucker_0.4.bb
blob: 4a2937a83b137fc49c492fd0cefd25a448eb66bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
inherit gpe pkgconfig
LICENSE = "GPL"
DESCRIPTION = "Plucker ebook reader"
DEPENDS = "gtk+ libgpewidget gpe-icons"
RDEPENDS = "gpe-icons"
SECTION = "gpe"
PRIORITY = "optional"
PR = "r3"

SRC_URI += " \
           file://plucker-no-host-includes.patch;patch=1 \
           file://fix-install.patch;patch=1 \
           "

PARALLEL_MAKE=""
EXTRA_OEMAKE="RANLIB=${RANLIB}"