mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Initial .bep file for ctags
This commit is contained in:
20
dev-util/ctags/ctags-5.8.bep
Normal file
20
dev-util/ctags/ctags-5.8.bep
Normal file
@@ -0,0 +1,20 @@
|
||||
DESCRIPTION="Exuberant Ctags creates tags files for code browsing in editors"
|
||||
HOMEPAGE="http://ctags.sourceforge.net/"
|
||||
SRC_URI="http://prdownloads.sourceforge.net/ctags/ctags-5.8.tar.gz"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
CHECKSUM_MD5="c00f82ecdcc357434731913e5b48630d"
|
||||
BUILD {
|
||||
cd ctags-5.8
|
||||
./configure --prefix=/boot/common
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd ctags-5.8
|
||||
make install prefix=${DESTDIR}/boot/common
|
||||
}
|
||||
|
||||
LICENSE="GNU GPLv2"
|
||||
COPYRIGHT="1996-2009, Darren Hiebert"
|
||||
Reference in New Issue
Block a user