mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-14 07:40:07 +02:00
19 lines
433 B
Plaintext
19 lines
433 B
Plaintext
DESCRIPTION="Cscope is a developer's tool for browsing source code."
|
|
HOMEPAGE="http://cscope.sourceforge.net/"
|
|
SRC_URI="http://sourceforge.net/projects/cscope/files/cscope/15.7a/cscope-15.7a.tar.bz2/download"
|
|
CHECKSUM_MD5="da43987622ace8c36bbf14c15a350ec1"
|
|
REVISION="1"
|
|
STATUS_HAIKU="stable"
|
|
DEPEND=""
|
|
BUILD {
|
|
cd cscope-15.7a
|
|
autoreconf -fvi
|
|
./configure --prefix=/boot/common
|
|
make
|
|
}
|
|
|
|
INSTALL {
|
|
cd cscope-15.7a
|
|
make install
|
|
}
|