network/GeoIP: Updated for version 1.4.8.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
43645ce915
commit
f16225a27d
|
@ -1,20 +1,40 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for GeoIP
|
||||
# Written by Yalla-One <yallaone@gmail.com>
|
||||
# Maintained by markus reichelt <slackbuilds@mareichelt.de> 0xCCEEF115
|
||||
|
||||
# Copyright 2007-2010 Yalla-One <yallaone@gmail.com>
|
||||
# Copyright 2011 markus reichelt <slackbuilds@mareichelt.de> 0xCCEEF115
|
||||
# Copyright 2011 Niels Horn, Rio de Janeiro, RJ, Brazil
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
# permitted provided that the following conditions are met:
|
||||
#
|
||||
# 1. Redistributions of this script must retain the above copyright
|
||||
# notice, this list of conditions and the following disclaimer.
|
||||
#
|
||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED
|
||||
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
|
||||
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
# revision date 2011/08/31
|
||||
|
||||
PRGNAM=GeoIP
|
||||
VERSION=1.4.7
|
||||
VERSION=${VERSION:-1.4.8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
@ -49,6 +69,9 @@ cd $PRGNAM-$VERSION
|
|||
chown -R root:root .
|
||||
chmod -R u+w,go+r-w,a-s .
|
||||
|
||||
# We need to update the configuration files in this tarball...
|
||||
autoreconf -i
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="GeoIP"
|
||||
VERSION="1.4.7"
|
||||
VERSION="1.4.8"
|
||||
HOMEPAGE="http://www.maxmind.com/app/c"
|
||||
DOWNLOAD="http://geolite.maxmind.com/download/geoip/api/c/GeoIP-1.4.7.tar.gz"
|
||||
MD5SUM="a802175d5b7e2b57b540a7dd308d9205"
|
||||
DOWNLOAD="http://geolite.maxmind.com/download/geoip/api/c/GeoIP-1.4.8.tar.gz"
|
||||
MD5SUM="05b7300435336231b556df5ab36f326d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="markus reichelt"
|
||||
EMAIL="slackbuilds@mareichelt.de"
|
||||
APPROVED="dsomero"
|
||||
MAINTAINER="Niels Horn"
|
||||
EMAIL="niels.horn@gmail.com"
|
||||
APPROVED="rworkman"
|
||||
|
|
|
@ -4,4 +4,4 @@ non-invasive way to determine geographical and other information
|
|||
about their Internet visitors in real-time.
|
||||
|
||||
To name a few applications, GeoIP can be used for delivering
|
||||
customized content, targeted ads, and web log statistics
|
||||
customized content, targeted ads, and web log statistics.
|
||||
|
|
|
@ -13,7 +13,7 @@ GeoIP: geolocation data and services. GeoIP provides businesses with a
|
|||
GeoIP: non-invasive way to determine geographical and other information
|
||||
GeoIP: about their Internet visitors in real-time.
|
||||
GeoIP: To name a few applications, GeoIP can be used for delivering
|
||||
GeoIP: customized content, targeted ads and web log statistics
|
||||
GeoIP: customized content, targeted ads and web log statistics.
|
||||
GeoIP:
|
||||
GeoIP: Homepage: http://www.maxmind.com/download/geoip/api/c/
|
||||
GeoIP:
|
||||
|
|
Loading…
Reference in New Issue