Files
haikuports/dev-util/global/global-5.8.bep

21 lines
496 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=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL {
cd global-5.8
make install
}
LICENSE="GNU GPL v3"
COPYRIGHT="2000-2007 Tama Communications Corporation
2007-2010 Free Software Foundation, Inc."