blob: 9ae43704899080095a5cf5a037e36e5ee3438ff8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
PV = "0.0cvs${CVSDATE}"
SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=apps/xkbd"
SECTION = "x11"
DEPENDS = "xtst xft xpm"
PROVIDES = xkbd
inherit autotools pkgconfig libtool
S = ${WORKDIR}/xkbd
FILES_${PN} = "${bindir} ${datadir}/xkbd ${datadir}/pixmaps ${datadir}/applications"
do_configure_prepend() {
./autoconfigure.sh
}
|