Files
haikuports/dev-util/global/global-5.8.2.bep
2010-05-23 07:58:33 +00:00

22 lines
544 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.8.2.tar.gz"
CHECKSUM_MD5="380a496cbe24263a80eb895f87b7c7f4"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd global-5.8.2
autoreconf -fi
./configure --prefix=/boot/common --with-exuberant-ctags=/bin/ctags
make
}
INSTALL {
cd global-5.8.2
make install
}
LICENSE="GNU GPL v3"
COPYRIGHT="2000-2007 Tama Communications Corporation
2007-2010 Free Software Foundation, Inc."