# Description: mod_transform is a filter module that allows Apache 2.0 to do dynamic XSL Transformations # URL: http://www.outoforder.cc # Maintainer: # Packager: Andreas Baumann # Depends on: apache libxslt libxml2 name=mod_transform version=0.6.0 release=1 source=(http://www.outoforder.cc/downloads/$name/$name-$version.tar.gz) 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 }