python-2.6.6: backport pkgconfig support from version 2.7.1 and bump PR
[openembedded.git] / recipes / xkbd / xkbd_0.8.15.bb
blobcda2be9120671a597b6b72d98966d9245d88ef78
1 SRC_URI = "http://www.angstrom-distribution.org/unstable/sources/xkbd-${PV}-CVS.tar.gz \
2 file://libtool-lossage.patch \
3 file://fix-equalsign.patch \
4 file://fix-circumkey.patch \
5 file://add-default-common-slides.patch \
6 file://differentiate-desktop-name.patch \
7 file://xkbd-0.8.15-fix-geometry.patch \
8 file://xkbd.png"
9 LICENSE = "GPL"
10 PR = "r5"
12 SECTION = "x11"
13 DEPENDS = "libxpm libxtst libxft"
15 inherit autotools
17 do_install_append() {
18 install -d ${D}${datadir}/pixmaps
19 install -m 0644 ${WORKDIR}/xkbd.png ${D}${datadir}/pixmaps/
23 SRC_URI[md5sum] = "56271e79da101bbc31e5384a9499853d"
24 SRC_URI[sha256sum] = "04bc9f6ea423f7fbd9150767cef6a1bc5c70c545eeb923539a93a549905457de"