gobject-introspection: update to 0.6.10, update subpkgs.

--HG--
extra : convert_revision : 11c74e7c8c5bb25c957329c8126ea410d1e65d7e
This commit is contained in:
Juan RP
2010-04-23 10:56:45 +02:00
parent 13e848dae4
commit 9150ddb5b8
8 changed files with 75 additions and 27 deletions

View File

@@ -0,0 +1,19 @@
# Template file for 'libgirepository'.
#
short_desc="Library for handling GObject introspection data (runtime library)"
long_desc="${long_desc}
This package contains C libraries for handling the introspection data."
replaces="gobject-introspection<0.6.10"
Add_dependency run glibc
Add_dependency run glib
Add_dependency run cairo
Add_dependency run libffi
do_install()
{
mkdir -p ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/*.so* ${DESTDIR}/usr/lib
}