gkrellm: update to 2.3.2

This commit is contained in:
Juergen Daubert 2008-10-07 09:59:37 +02:00
parent 74788ca218
commit 1c73cf2508
3 changed files with 5 additions and 4 deletions

View File

@ -7,6 +7,7 @@ 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/

View File

@ -1 +1 @@
009d8dddd3ce5cc83a4bb4d559ee922d gkrellm-2.3.1.tar.bz2
d5543a439ee77950282d06b000048be7 gkrellm-2.3.2.tar.bz2

View File

@ -5,14 +5,14 @@
# Depends on: gtk, openssl
name=gkrellm
version=2.3.1
version=2.3.2
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
make PREFIX=/usr
make INSTALLROOT=$PKG/usr MANDIR=$PKG/usr/man/man1 install
mkdir -p $PKG/usr/lib/gkrellm2/plugins
}