From 795e20d71e9336466d4d229847ab2c03326749bc Mon Sep 17 00:00:00 2001 From: Alexander Mamay Date: Sat, 22 Aug 2015 09:45:20 +0600 Subject: [PATCH] New package: xfce4-cpugraph-plugin-1.0.5 --- srcpkgs/xfce4-cpugraph-plugin/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/xfce4-cpugraph-plugin/template diff --git a/srcpkgs/xfce4-cpugraph-plugin/template b/srcpkgs/xfce4-cpugraph-plugin/template new file mode 100644 index 00000000000..ce033c7b3b4 --- /dev/null +++ b/srcpkgs/xfce4-cpugraph-plugin/template @@ -0,0 +1,17 @@ +# Template file for 'xfce4-cpugraph-plugin' +pkgname=xfce4-cpugraph-plugin +version=1.0.5 +revision=1 +build_style=gnu-configure +hostmakedepends="pkg-config intltool" +makedepends="xfce4-panel-devel" +short_desc="CPU graph plugin for the Xfce4 panel" +maintainer="Alexander Mamay " +license="GPL-2, custom" +homepage="http://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin" +distfiles="http://archive.xfce.org/src/panel-plugins/${pkgname}/${version%.*}/${pkgname}-${version}.tar.bz2" +checksum=85da0ec89aacfd31e0bbafcefea37cdca618d62e681c1c9da8bdd492f028f4c7 + +post_install() { + vlicense COPYING +}