opt/qtwebkit/Pkgfile
2016-12-29 14:48:57 +11:00

25 lines
553 B
Plaintext

# Description: QtWebKit for qt5.
# URL: http://www.qt.io/
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Tsaop, leeroy at cock dot li
# Depends on: qt5 ruby icu
name=qtwebkit
version=5.7.1
release=1
source=(https://download.qt.io/community_releases/${version::3}/$version/$name-opensource-src-$version.tar.xz)
build() {
cd $name-opensource-src-$version
install -d build
cd build
qmake-qt5 ..
make
make INSTALL_ROOT=$PKG install
find "$PKG/usr/lib" -type f -name '*.prl' \
-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
}