New package: cscope-15.8a
This commit is contained in:
parent
1bfc38c296
commit
6b675bd01e
|
@ -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
|
||||||
|
}
|
Loading…
Reference in New Issue