mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-08 11:35:11 +02:00
16 lines
372 B
Text
16 lines
372 B
Text
# Template file for 'libgirepository'.
|
|
#
|
|
revision=1
|
|
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
|
|
}
|