Initial .bep file for ctags

This commit is contained in:
Scott McCreary
2010-05-20 17:55:25 +00:00
parent f5c885e08e
commit 0fca832a24

View 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"