mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
New package: xfce4-diskperf-plugin-2.5.5
This commit is contained in:
parent
2966f7d401
commit
45986bc401
1 changed files with 22 additions and 0 deletions
22
srcpkgs/xfce4-diskperf-plugin/template
Normal file
22
srcpkgs/xfce4-diskperf-plugin/template
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# Template file for 'xfce4-diskperf-plugin'
|
||||||
|
pkgname=xfce4-diskperf-plugin
|
||||||
|
version=2.5.5
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
hostmakedepends="pkg-config intltool"
|
||||||
|
makedepends="xfce4-panel-devel"
|
||||||
|
short_desc="Plugin for the Xfce4 panel displaying disk/partition performance"
|
||||||
|
maintainer="Alexander Mamay <alexander@mamay.su>"
|
||||||
|
license="2-clause-BSD"
|
||||||
|
homepage="http://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin"
|
||||||
|
distfiles="http://archive.xfce.org/src/panel-plugins/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2"
|
||||||
|
checksum=cbeb0c00f97362eef3f135afb77947aef73e938bae0386250a122ac6644b521b
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
sed -i '/<stdlib.h>/a#include <sys\/types.h>' panel-plugin/devperf.c
|
||||||
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense COPYING
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue