Merge bk://openembedded@openembedded.bkbits.net/packages
authorPhil Blundell <philb@gnu.org>
Tue, 27 Jul 2004 21:56:21 +0000 (21:56 +0000)
committerPhil Blundell <philb@gnu.org>
Tue, 27 Jul 2004 21:56:21 +0000 (21:56 +0000)
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

libgtkstylus/files/gtkstylus.sh [new file with mode: 0644]
libgtkstylus/libgtkstylus_0.1.oe

diff --git a/libgtkstylus/files/gtkstylus.sh b/libgtkstylus/files/gtkstylus.sh
new file mode 100644 (file)
index 0000000..e69de29
index e69de29..990b830 100644 (file)
@@ -0,0 +1,18 @@
+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/
+}
+