X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=org.handhelds.familiar%2Fpackages%2Flibfakekey%2Flibfakekey_0.1.bb;fp=org.handhelds.familiar%2Fpackages%2Flibfakekey%2Flibfakekey_0.1.bb;h=6883d124f6417fde084457fcbbe3d47748dba948;hb=ac111932d7503334362c08897599f25b8c82379c;hp=0000000000000000000000000000000000000000;hpb=fdbf6687df0a95ffcc32f5186faff83e6c7c1cab;p=familiar-h63xx-build.git diff --git a/org.handhelds.familiar/packages/libfakekey/libfakekey_0.1.bb b/org.handhelds.familiar/packages/libfakekey/libfakekey_0.1.bb new file mode 100644 index 0000000..6883d12 --- /dev/null +++ b/org.handhelds.familiar/packages/libfakekey/libfakekey_0.1.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "library for converting characters to X key-presses" +LICENSE = "GPL" +DEPENDS = "xtst" +SECTION = "x11/wm" + +SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/${@'.'.join(bb.data.getVar('PV', d, 1).split('.')[:2])}/${PN}-${PV}.tar.bz2" + +inherit autotools pkgconfig gettext + +FILES_${PN} = "${libdir} \ + ${datadir}/applications \ + ${datadir}/pixmaps" + +do_stage () { + install -d ${STAGING_INCDIR}/fakekey + install -m 0644 ${S}/fakekey/fakekey.h ${STAGING_INCDIR}/fakekey + oe_libinstall -so -C src libfakekey ${STAGING_LIBDIR} +} +