ctags: fix installation; misc tweaks.

This commit is contained in:
Juan RP 2014-01-26 15:41:20 +01:00
parent 241a7add2b
commit 5740b4d6fd
1 changed files with 7 additions and 3 deletions

View File

@ -1,11 +1,15 @@
# Template file for 'ctags'
pkgname=ctags
version=5.8
revision=1
revision=2
build_style=gnu-configure
short_desc="exuberant ctags - multilanguage implementation of Ctags"
short_desc="Generates an index file of language objects found in source files"
maintainer="Jan S. <jan.schreib@gmail.com>"
license="GPL-3"
homepage="http://ctags.sourceforge.net/"
distfiles="http://sourceforge.net/projects/ctags/files/ctags/5.8/ctags-5.8.tar.gz"
distfiles="${SOURCEFORGE_SITE}/ctags/${version}/ctags-${version}.tar.gz"
checksum=0e44b45dcabe969e0bbbb11e30c246f81abe5d32012db37395eb57d66e9e99c7
do_install() {
make prefix=${DESTDIR}/usr mandir=${DESTDIR}/usr/share/man install
}