# Description: Library to query system statistics (net, resource usage, ...) # URL: http://lxqt.org/ # Maintainer: Chris Farrell, timcowchip at gmail dot com # Depends on: lxqt-build-tools name=libsysstat version=0.4.2 release=2 source=("https://downloads.lxqt.org/downloads/libsysstat/0.4.2/libsysstat-0.4.2.tar.xz") build() { mkdir -p build cd build cmake "$SRC/$name-$version" \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=/usr/lib make make DESTDIR="$PKG" install }