# Contributor: Jan Fader pkgname=highlight pkgver=2.16 pkgrel=1 pkgdesc="Highlight converts sourcecode to HTML, XHTML, RTF, LaTeX, TeX, XML and terminal escape sequences with coloured syntax highlighting. Language definitions, colour themes and indentation schemes are customizable" url="http://www.andre-simon.de/doku/highlight/highlight.html" license=('GPL') arch=('i686' 'x86_64') install= source=(http://www.andre-simon.de/zip/$pkgname-$pkgver.tar.bz2) md5sums=('08f1429a6db258ab1a7eecbb4e0d44b2') build() { cd "$startdir/src/$pkgname-$pkgver" make || return 1 make DESTDIR="$startdir/pkg" install } # vim:set ts=2 sw=2 et: