polkit-gnome: added gir- subpkg template file.

This commit is contained in:
Juan RP 2010-11-04 14:44:15 +01:00
parent 685d1cf184
commit 3651eb6c52
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
# Template file for 'gir-polkit-gnome'.
#
short_desc="Introspection data for GNOME's PolicyKit"
long_desc="${long_desc}
This package contains small pieces of introspection data for the GNOME's
PolicyKit library."
do_install()
{
install -d ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/girepository-1.0 ${DESTDIR}/usr/lib
}