#Maintainer: Christian Dersch pkgname=qt-doc pkgver=4.6.2 pkgrel=1cd arch=x86_64 source=(ftp://ftp.qt.nokia.com/qt/source/qt-everywhere-opensource-src-$pkgver.tar.gz) url=http://qt.nokia.com/ docs=("LGPL_EXCEPTION.txt" "LICENSE.GPL3" "LICENSE.LGPL") slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "qt-doc (Qt Documentation)" "qt-doc provides the official Qt documentation which is not shipped" "with Slackware's qt package." "This package contains the whole documentation including API reference," "examples, tutorials and manuals for designer, linguist and qmake." "The documentation will be available for assistant, so you can use this" "tool shipped with the qt package for reading the documentation." "" "http://qt.nokia.com/" ) build() { cd $startdir/src/qt-everywhere-opensource-src-$pkgver mkdir -p $startdir/pkg/usr/lib$LIBDIRSUFFIX/qt/doc cp -a -r doc/html $startdir/pkg/usr/lib$LIBDIRSUFFIX/qt/doc/ cp -a -r doc/qch $startdir/pkg/usr/lib$LIBDIRSUFFIX/qt/doc/ chown -R root:root $startdir/pkg }