# Description: mod_highlight provides syntax highlighting as an Apache 2.0 Filter Module # URL: http://www.outoforder.cc # Maintainer: # Packager: Andreas Baumann # Depends on: apache name=mod_highlight version=0.1.0 release=1 source=(http://www.outoforder.cc/downloads/$name/$name-$version.tar.bz2) build() { cd $name-$version ./configure --with-apxs=/usr/sbin/apxs2 make # proper DESTDIR support would be nicer! mkdir -p $PKG/usr/include/apache $PKG/usr/lib/apache cp src/.libs/libmod_transform.so $PKG/usr/lib/apache/mod_transform.so cp include/mod_transform.h $PKG/usr/include/apache }