base.bbclass: add support for SOC_FAMILY in COMPATIBLE_MACHINES
[openembedded.git] / recipes / libgtkstylus / libgtkstylus_0.1.bb
blobde8e2f7ab7001e9df922e70298f3a5d25f9bec94
1 DESCRIPTION = "GTK plugin for stylus based systems"
2 SECTION = "libs"
3 DEPENDS = "gtk+"
4 PR = "r1"
5 LICENSE = "LGPL"
6 FILES_${PN} = "/etc ${libdir}/gtk-2.0"
8 inherit autotools
10 SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.bz2 \
11 file://gtkstylus.sh"
13 do_install_append() {
14 install -d ${D}${sysconfdir}/profile.d
15 install ${WORKDIR}/gtkstylus.sh ${D}${sysconfdir}/profile.d/
19 SRC_URI[md5sum] = "fea0cf7333623ca2d8954b202d2cd89f"
20 SRC_URI[sha256sum] = "be7359f95c926bc40d6be82aea835cd8a53459719249a625cdca879827470593"