summaryrefslogtreecommitdiff
path: root/gis/pgsql-ogr-fdw/pgsql-ogr-fdw.SlackBuild
diff options
context:
space:
mode:
authorBenjamin Trigona-Harany <bosth@alumni.sfu.ca>2019-05-02 10:21:24 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2019-05-04 09:06:48 +0700
commit2b0272140966296ea297a6fe9de496a20ece06ad (patch)
tree1cb82c40febbe848a56a8f412e3a732a900ba05c /gis/pgsql-ogr-fdw/pgsql-ogr-fdw.SlackBuild
parent9d4d52a37a2dafe76f3e7afcffbc2ed8997c6bf7 (diff)
downloadslackbuilds-2b0272140966296ea297a6fe9de496a20ece06ad.tar.gz
gis/pgsql-ogr-fdw: Updated for version 1.0.8.
Diffstat (limited to 'gis/pgsql-ogr-fdw/pgsql-ogr-fdw.SlackBuild')
-rw-r--r--gis/pgsql-ogr-fdw/pgsql-ogr-fdw.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/gis/pgsql-ogr-fdw/pgsql-ogr-fdw.SlackBuild b/gis/pgsql-ogr-fdw/pgsql-ogr-fdw.SlackBuild
index fcbaa65d5d..9b5f2b8660 100644
--- a/gis/pgsql-ogr-fdw/pgsql-ogr-fdw.SlackBuild
+++ b/gis/pgsql-ogr-fdw/pgsql-ogr-fdw.SlackBuild
@@ -2,7 +2,7 @@
# SlackBuild script for pgsql-ogr-fdw
-# Copyright 2015-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
+# Copyright 2015-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -25,7 +25,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pgsql-ogr-fdw
-VERSION=${VERSION:-1.0.7}
+VERSION=${VERSION:-1.0.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -82,7 +82,9 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a LICENSE.md README.md $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a \
+ FAQ.md LICENSE.md README.md \
+ $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install