2010-04-11 15:13:42 +02:00
|
|
|
# Template build file for 'libgtop'.
|
|
|
|
pkgname=libgtop
|
2011-03-26 09:36:53 +01:00
|
|
|
version=2.28.3
|
2010-04-11 15:13:42 +02:00
|
|
|
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>"
|
2011-03-26 09:36:53 +01:00
|
|
|
checksum=2c866bd14b3cd78f78504cfb65baa105d62b8085c90e433ab9db97e050efea42
|
2010-04-11 15:13:42 +02:00
|
|
|
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
|
2011-03-26 09:36:53 +01:00
|
|
|
|
2010-04-11 15:13:42 +02:00
|
|
|
Add_dependency build pkg-config
|
|
|
|
Add_dependency build intltool
|
|
|
|
Add_dependency build glib-devel
|
|
|
|
Add_dependency build libXau-devel
|
2011-03-26 09:36:53 +01:00
|
|
|
Add_dependency build gobject-introspection
|