1
0
forked from ports/opt

gkrellm: adopt port from Daniel

This commit is contained in:
Juergen Daubert 2005-11-30 16:45:23 +00:00
parent df21eb4b3c
commit f27c826e63
3 changed files with 37 additions and 0 deletions

18
gkrellm/.footprint Normal file
View File

@ -0,0 +1,18 @@
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
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 @@
6ff47bc8e66ba88f42932365a947f9f3 gkrellm-2.2.7.tar.bz2

18
gkrellm/Pkgfile Normal file
View File

@ -0,0 +1,18 @@
# Description: GTK+ system monitor and more
# URL: http://www.gkrellm.net
# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
# Packager: Daniel Mueller, daniel at danm dot de
# Depends on: gtk
name=gkrellm
version=2.2.7
release=1
source=(http://members.dslextreme.com/users/billw/$name/$name-$version.tar.bz2)
build () {
cd $name-$version
sed -i '/^enable_nls/s/1/0/' Makefile
make INSTALLROOT=/usr
make DESTDIR=$PKG/usr MANDIR=$PKG/usr/man/man1 install
mkdir -p $PKG/usr/lib/gkrellm2/plugins
}