summaryrefslogtreecommitdiffstats
path: root/libraries/libpqxx/libpqxx.SlackBuild
diff options
context:
space:
mode:
author Matteo Bernardini2019-02-10 08:24:16 +0100
committer Matteo Bernardini2019-02-10 08:24:16 +0100
commit082425de77642723e77944b1d5eb726faadfa957 (patch)
treeb2c49cdf46c33eb597c60eec4dd96e0cca70af80 /libraries/libpqxx/libpqxx.SlackBuild
parentd80298d80370c2c670a9e5182c5bc4eb40c4a0e0 (diff)
downloadslackbuilds-current-20190210.1.tar.gz
20190210.1 global branch merge.current-20190210.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/libpqxx/libpqxx.SlackBuild')
-rw-r--r--libraries/libpqxx/libpqxx.SlackBuild16
1 files changed, 8 insertions, 8 deletions
diff --git a/libraries/libpqxx/libpqxx.SlackBuild b/libraries/libpqxx/libpqxx.SlackBuild
index d3a2f26995..270b23ccf4 100644
--- a/libraries/libpqxx/libpqxx.SlackBuild
+++ b/libraries/libpqxx/libpqxx.SlackBuild
@@ -20,8 +20,8 @@
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=libpqxx
-VERSION=${VERSION:-4.0.1}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-20170619_7809d4a}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -51,7 +51,7 @@ else
LIBDIRSUFFIX=""
fi
-DOCS="AUTHORS COPYING ChangeLog INSTALL README README-UPGRADE VERSION"
+DOCS="AUTHORS COPYING INSTALL README.md README-UPGRADE VERSION"
set -e
@@ -59,14 +59,14 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+tar xvf $CWD/$PRGNAM-$VERSION.tar.?z
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
+ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \