19 lines
683 B
Bash
19 lines
683 B
Bash
# Template file for 'xfce4-systemload-plugin'
|
|
pkgname=xfce4-systemload-plugin
|
|
version=1.3.2
|
|
revision=2
|
|
build_style=gnu-configure
|
|
configure_args="--with-locales-dir=/usr/share/locale"
|
|
hostmakedepends="pkg-config intltool"
|
|
makedepends="xfce4-panel-devel"
|
|
short_desc="System load plugin for the Xfce4 panel"
|
|
maintainer="Alexander Mamay <alexander@mamay.su>"
|
|
license="BSD-2-Clause"
|
|
homepage="https://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin"
|
|
distfiles="https://archive.xfce.org/src/panel-plugins/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
|
|
checksum=bb303fc3020e053ad1fa0b8fcbf0d7681c5563bb8f649357d6a95a577802b072
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|