diff options
-rw-r--r-- | xkbd/xkbd-cvs.oe | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/xkbd/xkbd-cvs.oe b/xkbd/xkbd-cvs.oe index e69de29bb2..9ae4370489 100644 --- a/xkbd/xkbd-cvs.oe +++ b/xkbd/xkbd-cvs.oe @@ -0,0 +1,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 +} + |