# Depends on: qt-base qt-webchannel qt-location xorg-libxcomposite xorg-libxrandr pciutils libvpx libevent snappy nss protobuf libxslt ffmpeg git gperf qjson icu zlib libwebp xorg-libxscrnsaver

description="Provides support for web applications using the Chromium browser project"
url="http://qt-project.org/"
packager="pierre at nutyx dot org"

name=qt-webengine
release=1
alias=(qtwebengine)
_name="${name/-/}-opensource-src"
build() {
  cd ${_name}-${version}
  mkdir build
  cd build 
  qmake WEBENGINE_CONFIG+="use_proprietary_codecs" ../ 
  make
  make INSTALL_ROOT=$PKG install
}
