nixpkgs/pkgs/servers/http/apache-modules/tomcat-connectors/builder.sh
Sander van der Burg c78e2d93c2 Added apache tomcat connector module
svn path=/nixpkgs/trunk/; revision=10260
2008-01-23 14:40:03 +00:00

9 lines
203 B
Bash

source $stdenv/setup
tar xfvz $src
cd tomcat-connectors-*-src/native
./configure --with-apxs=$apacheHttpd/bin/apxs --with-java-home=$jdk
make
ensureDir $out/modules
cp apache-2.0/mod_jk.so $out/modules