17 lines
322 B
Text
17 lines
322 B
Text
|
# 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
|
||
|
}
|