gkrellmL picked up dropped port

This commit is contained in:
Danny Rawlins 2012-12-05 18:57:36 +11:00
parent 2fc2033f73
commit 2948b0163a
3 changed files with 38 additions and 0 deletions

19
gkrellm/.footprint Normal file
View File

@ -0,0 +1,19 @@
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/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/gkrellm.1.gz
-rw-r--r-- root/root usr/man/man1/gkrellmd.1.gz

1
gkrellm/.md5sum Normal file
View File

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

18
gkrellm/Pkgfile Normal file
View File

@ -0,0 +1,18 @@
# Description: GTK+ system monitor and more.
# URL: http://freecode.com/projects/gkrellm
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Daniel Mueller, daniel at danm dot de
# Depends on: gtk lm_sensors util-linux
name=gkrellm
version=2.3.5
release=2
source=(http://www.hvlinux.net/crux/distfiles/$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/man/man1 install
install -d $PKG/usr/lib/gkrellm2/plugins
}