gtk+: added gir-gtk+ subpkg, bumprev to -devel subpkg.

This commit is contained in:
Juan RP
2010-10-24 17:38:21 +02:00
parent c149b83b08
commit a3b06f84d4
4 changed files with 21 additions and 5 deletions

View File

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