void-packages/srcpkgs/gnome-shell/gir-gnome-shell.template
Juan RP 96e92d4af6 Added gnome-shell-2.91.90.
--HG--
branch : gnome3
2011-03-02 10:09:45 +01:00

14 lines
362 B
Text

# Template file for 'gir-gnome-shell'.
#
short_desc="Introspection data for GNOME shell"
long_desc="${long_desc}
This package contains small pieces of introspection data for the GNOME
shell libraries."
do_install()
{
install -d ${DESTDIR}/usr/lib/girepository-1.0
mv ${SRCPKGDESTDIR}/usr/lib/gnome-shell/*.typelib \
${DESTDIR}/usr/lib/girepository-1.0
}