lxde-libsysstat: removed, renamed to libsysstat

This commit is contained in:
Alessio Sergi 2016-09-29 10:09:23 +02:00
parent 9c54586424
commit b20b333bea
2 changed files with 0 additions and 26 deletions

View File

@ -1 +0,0 @@
lxde-libsysstat

View File

@ -1,25 +0,0 @@
# Template file for 'lxde-libsysstat'
pkgname=lxde-libsysstat
version=0.3.2
revision=1
wrksrc="${pkgname#lxde-}-${version}"
build_style=cmake
hostmakedepends="cmake pkg-config"
makedepends="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/archive/${version}.tar.gz"
checksum=094e61205d582502f6ca0858b0ccf6b8c582a2dd423ce8b799e5c4f1f8c6f9eb
lxde-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
}
}