void-packages/srcpkgs/qt/qt-docs.template
Juan RP 044314e928 Added qt-4.5.3 build template.
--HG--
extra : convert_revision : b8b4a237bece5c4dd0a33dc5d4c352e306b0ef35
2009-12-29 23:17:58 +01:00

17 lines
322 B
Plaintext

# 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
}