# Template file for 'gnome-shell-extensions-native-window-placement'.
#
short_desc="Native window placement extension for GNOME Shell"

Add_dependency run gnome-shell-extensions

noarch=yes

do_install()
{
	cd ${wrksrc}/extensions/native-window-placement
	make DESTDIR=${DESTDIR} install
}