aboutsummaryrefslogtreecommitdiffstats
path: root/libgtkstylus/libgtkstylus_0.1.oe
blob: 990b83055afe2ae1037f4599937786e99493d87e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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/
}