vp-build/templates/gobject-introspection/devel.template
Juan RP 0cc44017f3 Added gobject-introspection-0.6.5 build template.
--HG--
extra : convert_revision : c23f07629900fed1262fa4b571e634903f224c1a
2009-11-17 17:29:21 +01:00

19 lines
549 B
Plaintext

# Template file for 'gobject-introspection-devel'.
#
short_desc="${sourcepkg} development files"
long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
Add_dependency run gobject-introspection
do_install()
{
mkdir -p ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/lib*.so ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/share ${DESTDIR}/usr
}