void-packages/srcpkgs/libgtop/template
Juan RP 02cec7fca2 Added libgtop-2.28.1 build template.
--HG--
extra : convert_revision : 8a8bb6a62fd23e28df5efdfb25ffad42e880c358
2010-04-11 15:13:42 +02:00

25 lines
889 B
Plaintext

# Template build file for 'libgtop'.
pkgname=libgtop
version=2.28.1
distfiles="${GNOME_SITE}/$pkgname/2.28/$pkgname-$version.tar.bz2"
build_style=gnu_configure
configure_args="--localstatedir=/var -with-libgtop-smp"
short_desc="Library to retrieve system information, used in GNOME"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=0a7e0e7d736a608a5ed25f8e475a87bf38e61dbef66822e25e8ef50705cf70f6
long_desc="
libgtop is a library that fetches system information about the running
system such as cpu and memory usage, active processes etc. It
provides a setgid server that fetches the information and a
client-side library that talks to this server."
subpackages="$pkgname-devel"
Add_dependency run glibc
Add_dependency run glib
Add_dependency run libXau
Add_dependency build pkg-config
Add_dependency build intltool
Add_dependency build glib-devel
Add_dependency build libXau-devel