polkit-gnome: added gir- subpkg template file.
This commit is contained in:
parent
685d1cf184
commit
3651eb6c52
|
@ -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
|
||||||
|
}
|
Loading…
Reference in New Issue