aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/obsolete
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/obsolete')
-rw-r--r--recipes/obsolete/libgtkstylus/libgtkstylus_0.1.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes/obsolete/libgtkstylus/libgtkstylus_0.1.bb b/recipes/obsolete/libgtkstylus/libgtkstylus_0.1.bb
new file mode 100644
index 0000000000..de8e2f7ab7
--- /dev/null
+++ b/recipes/obsolete/libgtkstylus/libgtkstylus_0.1.bb
@@ -0,0 +1,20 @@
+DESCRIPTION = "GTK plugin for stylus based systems"
+SECTION = "libs"
+DEPENDS = "gtk+"
+PR = "r1"
+LICENSE = "LGPL"
+FILES_${PN} = "/etc ${libdir}/gtk-2.0"
+
+inherit autotools
+
+SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.bz2 \
+ file://gtkstylus.sh"
+
+do_install_append() {
+ install -d ${D}${sysconfdir}/profile.d
+ install ${WORKDIR}/gtkstylus.sh ${D}${sysconfdir}/profile.d/
+}
+
+
+SRC_URI[md5sum] = "fea0cf7333623ca2d8954b202d2cd89f"
+SRC_URI[sha256sum] = "be7359f95c926bc40d6be82aea835cd8a53459719249a625cdca879827470593"