summaryrefslogtreecommitdiff
path: root/openembedded/packages/libgtkstylus/libgtkstylus_0.5.bb
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2005-09-09 16:11:54 +0000
committerRoss Burton <ross@openedhand.com>2005-09-09 16:11:54 +0000
commit25c3c69bc77fbfca5c1162e264dcf1d2970df5d4 (patch)
treeaa2e83023be5a52c3b2093d9ae6dc3efd771cea0 /openembedded/packages/libgtkstylus/libgtkstylus_0.5.bb
parent975a1babe2d2685adac306a0eb04cbb320c3c74c (diff)
downloadopenembedded-core-25c3c69bc77fbfca5c1162e264dcf1d2970df5d4.tar.gz
openembedded-core-25c3c69bc77fbfca5c1162e264dcf1d2970df5d4.tar.bz2
openembedded-core-25c3c69bc77fbfca5c1162e264dcf1d2970df5d4.tar.xz
openembedded-core-25c3c69bc77fbfca5c1162e264dcf1d2970df5d4.zip
Update for new upstream. I am now l33t OE hax0r\!
git-svn-id: https://svn.o-hand.com/repos/poky@21 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/libgtkstylus/libgtkstylus_0.5.bb')
-rw-r--r--openembedded/packages/libgtkstylus/libgtkstylus_0.5.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/openembedded/packages/libgtkstylus/libgtkstylus_0.5.bb b/openembedded/packages/libgtkstylus/libgtkstylus_0.5.bb
new file mode 100644
index 000000000..ce4a1e6e1
--- /dev/null
+++ b/openembedded/packages/libgtkstylus/libgtkstylus_0.5.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "GTK plugin for stylus based systems"
+SECTION = "libs"
+MAINTAINER = "Chris Lord <chris@openedhand.com>"
+DEPENDS = "gtk+"
+LICENSE = "LGPL"
+FILES_${PN} = "/etc ${libdir}/gtk-2.0"
+
+inherit autotools
+
+SRC_URI = "http://burtonini.com/temp/${PN}-${PV}.tar.bz2 \
+ file://gtkstylus.sh"
+
+do_install_append() {
+ install -d ${D}/${sysconfdir}/X11/Xsession.d
+ install -m 755 ${WORKDIR}/gtkstylus.sh ${D}/${sysconfdir}/X11/Xsession.d/45gtkstylus
+}
+