# Depends on: qt-base qt-declarative qt-tools pciutils xorg-libxtst xorg-libxcursor xorg-libxrandr

description="A cross-platform application and UI framework, QtDoc files"
url="http://qt-project.org/"
packager="pierre at nutyx dot org"

name=qt-doc
release=1
alias=(qtdoc)
_name="${name/-/}-opensource-src"
build() {
export PATH="$SCR/bin:$PATH"
cd ${_name}-${version}
qmake
make docs
make INSTALL_ROOT=$PKG install_docs
}
