opt/qtwebkit/Pkgfile
2017-08-07 00:13:50 +10:00

25 lines
560 B
Plaintext

# Description: QtWebKit for qt5.
# URL: https://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.9.0
release=1
source=(https://download.qt.io/community_releases/${version::3}/$version-final/$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' {} \;
}