gkrellm: dropped

This commit is contained in:
Danny Rawlins 2016-03-28 14:36:37 +11:00
parent 878b7b38f6
commit 2062d867f6
3 changed files with 0 additions and 39 deletions

View File

@ -1,20 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/gkrellm
-rwxr-xr-x root/root usr/bin/gkrellmd
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/gkrellm2/
-rw-r--r-- root/root usr/include/gkrellm2/gkrellm-public-proto.h
-rw-r--r-- root/root usr/include/gkrellm2/gkrellm.h
-rw-r--r-- root/root usr/include/gkrellm2/gkrellmd.h
-rw-r--r-- root/root usr/include/gkrellm2/log.h
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/gkrellm2/
drwxr-xr-x root/root usr/lib/gkrellm2/plugins/
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/gkrellm.pc
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/gkrellm.1.gz
-rw-r--r-- root/root usr/share/man/man1/gkrellmd.1.gz

View File

@ -1 +0,0 @@
e43a9416a6975e3be63d591bdeb33b04 gkrellm-2.3.5.tar.bz2

View File

@ -1,18 +0,0 @@
# Description: GTK+ system monitor and more.
# URL: http://freecode.com/projects/gkrellm
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Daniel Mueller, daniel at danm dot de
# Depends on: gtk lm_sensors util-linux xorg-libxdamage
name=gkrellm
version=2.3.5
release=2
source=(http://crux.ster.zone/downloads/$name/$name-$version.tar.bz2)
build() {
cd $name-$version
export PREFIX=/usr
make enable_nls=0 SYS_LIBS+=-lgmodule-2.0
make enable_nls=0 DESTDIR=$PKG MANDIR=$PKG/usr/share/man/man1 install
install -d $PKG/usr/lib/gkrellm2/plugins
}