blob: 3a37f9de3cdae5551ca36222fdbf71c4351f035c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
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 \
file://fix-install.patch \
"
PARALLEL_MAKE=""
EXTRA_OEMAKE="RANLIB=${RANLIB}"
SRC_URI[md5sum] = "05e4285049e9458bf1bb52a56f5ffc26"
SRC_URI[sha256sum] = "5a97f5365d97b7332c9aa32e134ec7ae32587873416ec2b6eca2b73635c3f62d"
|