void-packages/srcpkgs/gobject-introspection/libgirepository.template
Juan RP 9150ddb5b8 gobject-introspection: update to 0.6.10, update subpkgs.
--HG--
extra : convert_revision : 11c74e7c8c5bb25c957329c8126ea410d1e65d7e
2010-04-23 10:56:45 +02:00

20 lines
461 B
Plaintext

# 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
}