ports/opt (2.4): gob: updated to version 2.0.15
commit 81a54a5aa1c2b3ef09b557b7be80a65d8e52a9b2 Author: Matt Housh <jaeger@crux.nu> Date: Thu Nov 29 12:27:13 2007 -0600 gob: updated to version 2.0.15 diff --git a/gob/.md5sum b/gob/.md5sum index 3152989..6fa2d94 100644 --- a/gob/.md5sum +++ b/gob/.md5sum @@ -1 +1 @@ -f8721af6f4e90ff48bd7cb4c96a5a94c gob2-2.0.14.tar.gz +0c5ab18305fc37902d202a253fdb28b1 gob2-2.0.15.tar.gz diff --git a/gob/Pkgfile b/gob/Pkgfile index 64ea7fc..adfda20 100644 --- a/gob/Pkgfile +++ b/gob/Pkgfile @@ -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 }
participants (1)
-
crux@crux.nu