void-packages/srcpkgs/gobject-introspection/gir-freedesktop.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

17 lines
611 B
Plaintext

# Template file for 'gir-freedesktop'.
#
short_desc="Introspection data for some FreeDesktop components"
long_desc="${long_desc}
This package contains small pieces of introspection data for the Cairo,
FontConfig, FreeType, GL, and some XOrg libraries. They are distributed in
this package temporarily, while the original sources do not include support
for GObject Introspection. They are far from complete and only include what
is necessary for other introspection packages to work properly."
do_install()
{
mkdir -p ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/girepository-1.0 ${DESTDIR}/usr/lib
}