description="A cross-platform application and UI framework, QtGamePad files" url="http://qt-project.org/" packager="tnut " contributors="Pierre B, Rems" makedepends=(qtbase) name=qtgamepad version=5.15.2 _name="${name}-everywhere-src" source=(https://download.qt.io/official_releases/qt/${version:0:4}/$version/submodules/${_name}-${version}.tar.xz) build() { mkdir build cd build qmake ../${_name}-${version} make make INSTALL_ROOT=$PKG install # Drop QMAKE_PRL_BUILD_DIR because reference the build dir find "$PKG/usr/lib" -type f -name '*.prl' \ -exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \; # Obsolet Lib rm $PKG/usr/lib/libQt5Gamepad.la }