# Depends on: kf5-extra-cmake-modules qt-base wayland

description="Qt-style Client and Server library wrapper for the Wayland libraries"
url="https://www.kde.org/"
packager="pierre at nutyx dot org"
alias=(kwayland)

_name=kwayland
release=1

build() {
mkdir build
cd    build
cmake ../${_name}-$version        \
      -DCMAKE_INSTALL_PREFIX=/usr \
      -DCMAKE_BUILD_TYPE=Release  \
      -DLIB_INSTALL_DIR=lib       \
      -DBUILD_TESTING=OFF
make
make DESTDIR=$PKG install
}
