25 lines
899 B
Text
25 lines
899 B
Text
# Template build file for 'libgtop'.
|
|
pkgname=libgtop
|
|
version=2.28.4
|
|
distfiles="${GNOME_SITE}/$pkgname/2.28/$pkgname-$version.tar.bz2"
|
|
build_style=gnu-configure
|
|
configure_args="-with-libgtop-smp"
|
|
revision=1
|
|
short_desc="Library to retrieve system information, used in GNOME"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://www.gnome.org/"
|
|
license="LGPL-2.1"
|
|
checksum=098568c08e412c0be2980a322ff3e7403a6d72192391d276a16943cbd3874182
|
|
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 build pkg-config
|
|
Add_dependency build intltool
|
|
Add_dependency build glib-devel
|
|
Add_dependency build libXau-devel
|
|
Add_dependency build gobject-introspection
|