void-packages/srcpkgs/libpeas/gir-peas.template
Juan RP ba09468730 Added libpeas-0.7.3 build template.
--HG--
branch : gnome3
2011-03-01 16:22:56 +01:00

12 lines
307 B
Text

# Template file for 'gir-peas'.
#
short_desc="Introspection data for the Peas library"
long_desc="${long_desc}
This package contains small pieces of introspection data for the Peas library."
do_install()
{
install -d ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/girepository-1.0 ${DESTDIR}/usr/lib
}