void-packages/srcpkgs/seahorse/gir-seahorse.template
2010-11-06 08:36:00 +01:00

14 lines
324 B
Plaintext

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