opt/qtwebkit/Pkgfile

25 lines
560 B
Plaintext
Raw Normal View History

2016-10-02 11:52:16 +02:00
# Description: QtWebKit for qt5.
2017-02-10 10:11:59 +01:00
# URL: https://www.qt.io/
2016-10-02 11:52:16 +02:00
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Tsaop, leeroy at cock dot li
# Depends on: qt5 ruby icu
name=qtwebkit
2017-02-10 10:11:59 +01:00
version=5.8.0
2016-10-02 11:52:16 +02:00
release=1
2017-02-10 10:11:59 +01:00
source=(https://download.qt.io/community_releases/${version::3}/$version-final/$name-opensource-src-$version.tar.xz)
2016-10-02 11:52:16 +02:00
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' {} \;
}