blob: e19a8a9f2661c33584e77da2574a9c69a19a0291 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
DESCRIPTION = "GTK plugin for stylus based systems"
SECTION = "libs"
DEPENDS = "gtk+"
LICENSE = "LGPL"
PR = "r5"
inherit autotools
SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.bz2 \
file://makefile.patch;patch=1 \
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
}
FILES_${PN} = "/etc ${libdir}/gtk-2.0/*/modules/*.so*"
|