into dixie.nexus.co.uk:/home/pb/oe/oe-packages
2004/07/27 22:55:57+01:00 nexus.co.uk!pb
add /etc/profile.d/gtkstylus.sh, courtesy Rob McQueen
BKrev: 4106cf85AcU6IlxCon5aq8x6LvSl4w
+DESCRIPTION = "GTK plugin for stylus based systems"
+SECTION = "libs"
+MAINTAINER = "Philip Blundell <pb@handhelds.org>"
+DEPENDS = "gtk+"
+PR = "r1"
+
+FILES_${PN} = "/etc /usr/lib/gtk-2.0"
+
+inherit autotools
+
+SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.bz2 \
+ file://gtkstylus.sh"
+
+do_install_append() {
+ install -d ${D}/etc/profile.d
+ install ${WORKDIR}/gtkstylus.sh ${D}/etc/profile.d/
+}
+