mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
22 lines
572 B
Plaintext
22 lines
572 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.1.tar.gz"
|
|
CHECKSUM_MD5="eaeba27e23f9a0518c4ce66f4797accf"
|
|
REVISION="1"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND=""
|
|
BUILD {
|
|
cd global-5.9.1
|
|
autoreconf -fi
|
|
./configure --prefix=/boot/common --with-exuberant-ctags=/bin/ctags --with-posix-sort=/bin/sort
|
|
make
|
|
}
|
|
|
|
INSTALL {
|
|
cd global-5.9.1
|
|
make install
|
|
}
|
|
LICENSE="GNU GPL v3"
|
|
COPYRIGHT="2000-2010 Tama Communications Corporation
|
|
2007-2010 Free Software Foundation, Inc."
|