Files
haikuports/dev-util/global/global-5.9.4.bep
2011-05-14 19:28:18 +00:00

22 lines
588 B
Plaintext

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.9.4.tar.gz"
CHECKSUM_MD5="6f715170a124093a3ac8f45ee286d85a"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd global-5.9.4
autoreconf -fi
./configure --prefix=`finddir B_COMMON_DIRECTORY` --with-exuberant-ctags=/bin/ctags --with-posix-sort=/bin/sort
make
}
INSTALL {
cd global-5.9.4
make install
}
LICENSE="GNU GPL v3"
COPYRIGHT="2000-2011 Tama Communications Corporation
2007-2011 Free Software Foundation, Inc."