blob: 042923a66b2af517e50fdaeb5b4c98a3e6a52b85 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
DESCRIPTION = "OpenPOBox is an open source implementation of a 'Predictive Operation Based On eXample'"
SECTION = "libs/inputmethods"
LICENSE = "GPL"
DEPENDS = "perl-native ruby-native"
BROKEN = "1"
SRC_URI = "http://pitecan.com/OpenPOBox/dist/pobox-${PV}.tgz \
http://www.vanille.de/mirror/pbserver-${PV}.tar.gz \
file://OpenPOBox-1.25.diff;patch=1"
S = "${WORKDIR}/OpenPOBox"
inherit autotools
EXTRA_OECONF = "--enable-lookup"
PARALLEL_MAKE = ""
|