#Maintainer: Juhana 'rexroom' Uuttu pkgname=source-highlight pkgver=3.1.3 pkgrel=1 zenver=64 arch=i486 url=http://www.gnu.org/software/src-highlite/ source=("ftp://ftp.gnu.org/gnu/src-highlite/source-highlight-$pkgver.tar.gz") sourcetemplate=http://cthulhu.daug.net/zenwalk/$pkgname/ options=('noautodotnew') slackdesc=\ ( #|-----mind-the-gap-----------------------------------------------------| "$pkgname - syntax highlighting for source documents" "This program, given a source file, produces a document with syntax" "highlighting. Both source languages and output formats can be" "specified with a simple syntax and added dynamically. At the moment" "this package can handle many programming languages, such as, e.g.," "Java, C/C++, Prolog, Perl, Php3, Python, Flex, ChangeLog, etc. as" "source languages, and some output formats such, as, e.g., HTML, XHTML," "LaTeX, etc." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc \ --docdir=/usr/doc/$pkgname-$pkgver make || return 1 make install DESTDIR=$startdir/pkg ### Post-build tweaking echo "*** NOW PACKAGING ***" }