void-packages/srcpkgs/qt/qt-docs.template

17 lines
322 B
Plaintext
Raw Normal View History

# Template file for 'qt-docs'.
#
short_desc="Qt API documentation"
long_desc="${long_desc}
This package contains the complete Qt 4 API documentation (new help format)."
noarch=yes
Add_dependency run qt
do_install()
{
mkdir -p ${DESTDIR}/usr/share/doc
mv ${SRCPKGDESTDIR}/usr/share/doc/qt ${DESTDIR}/usr/share/doc
}