xfce4/libgtop/Pkgfile
mac-a-r0ni f571fc0a04 cleanup
some ports may return when I find a reason for them to exist
2023-07-04 04:07:13 -04:00

26 lines
684 B
Plaintext

# Description: A library to get system-specific data such as CPU and memory usage and information about running processes
# URL: https://developer.gnome.org/libgtop/stable/
# Packager: Matt Housh, jaeger at crux dot ninja
# Maintainer: mac-a-r0ni, j at lngn dot net
# Depends on: glib gobject-introspection xorg-libxau
name=libgtop
version=2.41.1
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version:0:4}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--libexecdir=/usr/lib/$name \
--disable-gtk-doc \
--disable-nls
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/{gtk-doc,info}
}
# vim: set ts=2 et: