void-packages/srcpkgs/cscope/template

22 lines
618 B
Text
Raw Normal View History

2014-07-18 15:50:40 +00:00
# Template file for 'cscope'
pkgname=cscope
version=15.8a
2014-07-18 15:59:13 +00:00
revision=2
2014-07-18 15:50:40 +00:00
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() {
2014-07-18 15:59:13 +00:00
vlicense COPYING
2014-07-18 15:50:40 +00:00
cd contrib/xcscope
vbin cscope-indexer
vmkdir usr/share/emacs/site-lisp
vinstall xcscope.el 644 usr/share/emacs/site-lisp
}