void-packages/srcpkgs/gnome-panel/gir-gnome-panel.template
2010-10-24 17:52:41 +02:00

14 lines
319 B
Plaintext

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