aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libgtkstylus/libgtkstylus_0.1.bb
blob: cc624a4684bcc45293f249904d92f167d66ed1d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "GTK plugin for stylus based systems"
SECTION = "libs"
DEPENDS = "gtk+"
PR = "r1"
LICENSE = "LGPL"
FILES_${PN} = "/etc ${libdir}/gtk-2.0"

inherit autotools

SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.bz2 \
	file://gtkstylus.sh"

do_install_append() {
	install -d ${D}${sysconfdir}/profile.d
	install ${WORKDIR}/gtkstylus.sh ${D}${sysconfdir}/profile.d/
}