summaryrefslogtreecommitdiff
path: root/packages/gnome/kanjipad_svn.bb
blob: 7061971c834b2b4295bf8aef9d07b2447f25f3ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "KanjiPad is a very simple program for handwriting recognition"
LICENSE = "GPLv2"

DEPENDS = "gtk perl-native"

PV = "0.0+svn${SRCDATE}"

inherit pkgconfig 

SRC_URI = "svn://svn.gnome.org/svn/${PN}/;module=trunk"

S = "${WORKDIR}/trunk"

export CFLAGS += '-DKP_LIBDIR="${libdir}/kanjipad" -DBINDIR="${bindir}" `pkg-config --cflags gtk+-2.0` '