#Maintainer: George Vlahavas (vlahavas@gmail.com, gapan@zenwalk forums) pkgname=ctags pkgver=5.7 pkgrel=1 zenver=50 arch=i486 source=("http://prdownloads.sourceforge.net/ctags/ctags-5.7.tar.gz") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "extending.html" "faq" "maintainers") url=http://ctags.sourceforge.net/ options=('norequiredbuilder' 'keepdepfile') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "ctags − Generate tag files for source code" "Ctags generates an index (or tag) file of language objects found in" "source files that allows these items to be quickly and easily located" "by a text editor or other utility. A tag signifies a language object" "for which an index entry is available (or, alternatively, the index" "entry created for that object)." "Tag generation is supported for the following languages: Assembler," "AWK, ASP, BETA, Bourne/Korn/Zsh Shell, C, C++, COBOL, Eiffel, Fortran," "Java, Lisp, Lua, Make, Pascal, Perl, PHP, Python, REXX, Ruby, S-Lang," "Scheme, Tcl, Vim, and YACC." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc make || return 1 sed -i -e 's|prefix = /usr|prefix = ${DESTDIR}/usr|' Makefile make install DESTDIR=$startdir/pkg }