gob: updated to version 2.0.15

This commit is contained in:
Matt Housh 2007-11-29 12:27:13 -06:00
parent a61ac143b7
commit 81a54a5aa1
2 changed files with 4 additions and 3 deletions

View File

@ -1 +1 @@
f8721af6f4e90ff48bd7cb4c96a5a94c gob2-2.0.14.tar.gz
0c5ab18305fc37902d202a253fdb28b1 gob2-2.0.15.tar.gz

View File

@ -4,13 +4,14 @@
# Depends on: bison, flex, glib, gtk
name=gob
version=2.0.14
version=2.0.15
release=1
source=(http://ftp.5z.com/pub/$name/gob2-$version.tar.gz)
build() {
cd gob2-$version
./configure --prefix=/usr
./configure --prefix=/usr \
--mandir=/usr/man
make
make DESTDIR=$PKG install
}