void-packages/srcpkgs/epiphany/gir-epiphany.template
2010-10-24 21:02:59 +02:00

14 lines
320 B
Plaintext

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