Files
haikuports/dev-util/global/global-5.8.bep
2010-05-16 19:28:03 +00:00

21 lines
480 B
Plaintext

DESCRIPTION="GNU Global is a source code tagging system."
HOMEPAGE="http://www.gnu.org/software/global/"
SRC_URI="http://tamacom.com/global/global-5.8.tar.gz"
CHECKSUM_MD5="7ba2efb55269615b2722cca36aced2cb"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd global-5.8
./configure --prefix=/boot/common
make
}
INSTALL {
cd global-5.8
make install
}
LICENSE="GNU GPL v3"
COPYRIGHT="2000-2007 Tama Communications Corporation
2007-2010 Free Software Foundation, Inc."