From 25c3c69bc77fbfca5c1162e264dcf1d2970df5d4 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 9 Sep 2005 16:11:54 +0000 Subject: 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 --- openembedded/packages/libgtkstylus/libgtkstylus_0.5.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 openembedded/packages/libgtkstylus/libgtkstylus_0.5.bb (limited to 'openembedded/packages/libgtkstylus/libgtkstylus_0.5.bb') 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 " +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 +} + -- cgit v1.2.3