2010-04-23 08:56:45 +00:00
|
|
|
# Template file for 'libgirepository'.
|
|
|
|
#
|
2011-11-12 05:01:02 +00:00
|
|
|
revision=1
|
2010-04-23 08:56:45 +00:00
|
|
|
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"
|
|
|
|
|
|
|
|
|
|
|
|
do_install()
|
|
|
|
{
|
|
|
|
mkdir -p ${DESTDIR}/usr/lib
|
|
|
|
mv ${SRCPKGDESTDIR}/usr/lib/*.so* ${DESTDIR}/usr/lib
|
|
|
|
}
|