vp-build/srcpkgs/libsysstat/template

26 lines
816 B
Bash

# Template file for 'libsysstat'
pkgname=libsysstat
version=0.3.3
revision=2
build_style=cmake
hostmakedepends="pkg-config qt5-qmake qt5-host-tools qt5-tools"
makedepends="lxqt-build-tools liblxqt-devel libXcursor-devel"
short_desc="Qt-based interface to system statistics"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="LGPL-2.1"
homepage="http://lxde.org/"
distfiles="https://github.com/lxde/libsysstat/releases/download/${version}/libsysstat-${version}.tar.xz"
checksum=e58640e169e12b6fa35af86cadc3a807f29de29951c7463832a82d22eed14f06
replaces="lxde-libsysstat>=0"
libsysstat-devel_package() {
short_desc+=" - development files"
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/lib/*.so
vmove usr/share/cmake
}
}