New package: cscope-15.8a

This commit is contained in:
Christian Neukirchen 2014-07-18 17:50:40 +02:00
parent 1bfc38c296
commit 6b675bd01e

21
srcpkgs/cscope/template Normal file
View file

@ -0,0 +1,21 @@
# Template file for 'cscope'
pkgname=cscope
version=15.8a
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="ncurses-devel"
short_desc="Interactively examine a C program"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="BSD"
homepage="http://cscope.sourceforge.net/"
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
checksum=eb736ac40d5abebe8fa46820c7a8eccc8a17966a9a5f70375367b77177874d1e
post_install() {
cd contrib/xcscope
vbin cscope-indexer
vmkdir usr/share/emacs/site-lisp
vinstall xcscope.el 644 usr/share/emacs/site-lisp
vlicense COPYING
}