gkrellm: update to 2.3.2
This commit is contained in:
parent
74788ca218
commit
1c73cf2508
@ -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-public-proto.h
|
||||||
-rw-r--r-- root/root usr/include/gkrellm2/gkrellm.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/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/
|
||||||
drwxr-xr-x root/root usr/lib/gkrellm2/
|
drwxr-xr-x root/root usr/lib/gkrellm2/
|
||||||
drwxr-xr-x root/root usr/lib/gkrellm2/plugins/
|
drwxr-xr-x root/root usr/lib/gkrellm2/plugins/
|
||||||
|
@ -1 +1 @@
|
|||||||
009d8dddd3ce5cc83a4bb4d559ee922d gkrellm-2.3.1.tar.bz2
|
d5543a439ee77950282d06b000048be7 gkrellm-2.3.2.tar.bz2
|
||||||
|
@ -5,14 +5,14 @@
|
|||||||
# Depends on: gtk, openssl
|
# Depends on: gtk, openssl
|
||||||
|
|
||||||
name=gkrellm
|
name=gkrellm
|
||||||
version=2.3.1
|
version=2.3.2
|
||||||
release=1
|
release=1
|
||||||
source=(http://members.dslextreme.com/users/billw/$name/$name-$version.tar.bz2)
|
source=(http://members.dslextreme.com/users/billw/$name/$name-$version.tar.bz2)
|
||||||
|
|
||||||
build () {
|
build () {
|
||||||
cd $name-$version
|
cd $name-$version
|
||||||
sed -i '/^enable_nls/s/1/0/' Makefile
|
sed -i '/^enable_nls/s/1/0/' Makefile
|
||||||
make INSTALLROOT=/usr
|
make PREFIX=/usr
|
||||||
make DESTDIR=$PKG/usr MANDIR=$PKG/usr/man/man1 install
|
make INSTALLROOT=$PKG/usr MANDIR=$PKG/usr/man/man1 install
|
||||||
mkdir -p $PKG/usr/lib/gkrellm2/plugins
|
mkdir -p $PKG/usr/lib/gkrellm2/plugins
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user