aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gnome/libwnck_2.8.1.bb
blob: 82a7004fbe7ae3138f83d804a68313863cb36060 (plain)
1
2
3
4
5
6
7
8
9
10
11
LICENSE =	"LGPL"
DESCRIPTION =	"Window navigation construction toolkit"
HOMEPAGE =	""

inherit gnome

do_stage() {        
	autotools_stage_includes        
	install -d ${STAGING_LIBDIR}        
	install -m 755 libwnck/.libs/libwnck-1.so.4.9.0 ${STAGING_LIBDIR}/libwnck-1.so
}