diff options
author | Jason Graham <jgraham@compukix.net> | 2019-11-09 07:54:20 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-11-09 07:54:20 +0700 |
commit | 92f4b1833682e0dcf8938ce47219cecf792cdccf (patch) | |
tree | 11043617554e40f0c88668dceb700104e0bfdcc5 /network/ip2location-c/ip2location-c.SlackBuild | |
parent | a91a2d8ef0f11b422a994dd0325c4832dec71158 (diff) |
network/ip2location-c: Updated for version 8.0.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/ip2location-c/ip2location-c.SlackBuild')
-rw-r--r-- | network/ip2location-c/ip2location-c.SlackBuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/network/ip2location-c/ip2location-c.SlackBuild b/network/ip2location-c/ip2location-c.SlackBuild index 18e39d9891fd8..ee05eacda6468 100644 --- a/network/ip2location-c/ip2location-c.SlackBuild +++ b/network/ip2location-c/ip2location-c.SlackBuild @@ -26,7 +26,7 @@ PRGNAM=ip2location-c SRCNAM=IP2Location-C-Library -VERSION=${VERSION:-8.0.7} +VERSION=${VERSION:-8.0.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -73,7 +73,6 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; # The README is missing and is needed by autoconf -cat README.md > README autoreconf -vif CFLAGS="$SLKCFLAGS" \ @@ -102,7 +101,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - AUTHORS COPYING ChangeLog Developers_Guide.txt INSTALL LICENSE.TXT NEWS README.md \ + COPYING Developers_Guide.txt NEWS README INSTALL ChangeLog AUTHORS LICENSE.TXT \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild |