diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2012-09-18 17:52:55 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-18 17:52:55 -0500 |
commit | fb4c28efe5acb18fd977c064c90e18686a0acb71 (patch) | |
tree | 1d5c7641b85a60a46633552d251c4c3c745d4b38 /network/mod_geoip2/mod_geoip2.SlackBuild | |
parent | af4613b39d4c1a03ecb4e7861e3bae6c07db5459 (diff) | |
download | slackbuilds-fb4c28efe5acb18fd977c064c90e18686a0acb71.tar.gz |
network/mod_geoip2: Updated for version 1.2.7.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/mod_geoip2/mod_geoip2.SlackBuild')
-rw-r--r-- | network/mod_geoip2/mod_geoip2.SlackBuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/network/mod_geoip2/mod_geoip2.SlackBuild b/network/mod_geoip2/mod_geoip2.SlackBuild index 0e78bcd0ed..038b1d4cab 100644 --- a/network/mod_geoip2/mod_geoip2.SlackBuild +++ b/network/mod_geoip2/mod_geoip2.SlackBuild @@ -5,8 +5,8 @@ # Template written by Menno E. Duursma PRGNAM=mod_geoip2 -VERSION=1.2.5 -BUILD=${BUILD:-3} +VERSION=${VERSION:-1.2.7} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} # Automatically determine the architecture we're building on: @@ -49,6 +49,9 @@ cd ${PRGNAM}_${VERSION} chown -R root:root . chmod -R a-s,u+w,go+r-w . +# http://pkgs.fedoraproject.org/cgit/mod_geoip.git/tree/mod_geoip-httpd24.patch +patch -p0 < $CWD/mod_geoip-httpd24.patch + # Create target dir mkdir -p $PKG/usr/lib${LIBDIRSUFFIX}/httpd/modules |