summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-07-27 21:56:21 +0000
committerPhil Blundell <philb@gnu.org>2004-07-27 21:56:21 +0000
commita2a1d00a28c2b3e76b55949b2f8a87653c1b802b (patch)
treecf60ae8b80f4770746c94b252136d1c42cdb4237
parent969a1a1f25b8d2787e8cae1bbfe01bae59986b61 (diff)
Merge bk://openembedded@openembedded.bkbits.net/packages
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
-rw-r--r--libgtkstylus/files/gtkstylus.sh0
-rw-r--r--libgtkstylus/libgtkstylus_0.1.oe18
2 files changed, 18 insertions, 0 deletions
diff --git a/libgtkstylus/files/gtkstylus.sh b/libgtkstylus/files/gtkstylus.sh
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/libgtkstylus/files/gtkstylus.sh
diff --git a/libgtkstylus/libgtkstylus_0.1.oe b/libgtkstylus/libgtkstylus_0.1.oe
index e69de29bb2..990b83055a 100644
--- a/libgtkstylus/libgtkstylus_0.1.oe
+++ b/libgtkstylus/libgtkstylus_0.1.oe
@@ -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/
+}
+