Update global to 5.8.1

This commit is contained in:
Chris Roberts
2010-03-12 05:33:39 +00:00
parent ce46f2457f
commit 7c62d09d81
3 changed files with 32 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
DESCRIPTION="GNU Global is a source code tagging system."
HOMEPAGE="http://www.gnu.org/software/global/"
SRC_URI="http://ftp.gnu.org/pub/gnu/global/global-5.8.1.tar.gz"
CHECKSUM_MD5="9c357098e42c9ba32776ccd6b549d85d"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd global-5.8.1
./configure --prefix=/boot/common --with-exuberant-ctags=/bin/ctags
make
}
INSTALL {
cd global-5.8.1
make install
}