summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author Mario Preksavec <mario@slackware.hr>2015-02-04 16:22:58 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-02-07 15:21:08 +0700
commit5baed9ca9e77515afccf8a36531b033c6a5036f4 (patch)
tree86f380a0d05affd261076ae4d8c0047e8d153b06 /libraries
parentad2e98c0b0aff730c5d9d45a4d9e555f76b56cc7 (diff)
downloadslackbuilds-5baed9ca9e77515afccf8a36531b033c6a5036f4.tar.gz
slackbuilds-5baed9ca9e77515afccf8a36531b033c6a5036f4.tar.xz
libraries/xmlrpc-c: Maintainer info update + minor fixes
Diffstat (limited to 'libraries')
-rw-r--r--libraries/xmlrpc-c/README8
-rw-r--r--libraries/xmlrpc-c/xmlrpc-c.SlackBuild12
-rw-r--r--libraries/xmlrpc-c/xmlrpc-c.info6
3 files changed, 13 insertions, 13 deletions
diff --git a/libraries/xmlrpc-c/README b/libraries/xmlrpc-c/README
index d427883421..63ce81b85b 100644
--- a/libraries/xmlrpc-c/README
+++ b/libraries/xmlrpc-c/README
@@ -6,7 +6,7 @@ using HTTP, and gets back the response as XML.
This library provides a modular implementation of XML-RPC for C and C++.
-The library also provides a variation on XML-RPC that works better in some cases
-(but is not standard): packet stream XML-RPC.
-XML-RPC For C and C++ is designed for Unix and is most tested on unix. As far
-as we know, it works on any reasonably standard unix.
+The library also provides a variation on XML-RPC that works better in some
+cases (but is not standard): packet stream XML-RPC. XML-RPC For C and C++
+is designed for Unix and is most tested on unix. As far as we know, it works
+on any reasonably standard unix.
diff --git a/libraries/xmlrpc-c/xmlrpc-c.SlackBuild b/libraries/xmlrpc-c/xmlrpc-c.SlackBuild
index 24d986da47..6833848ec3 100644
--- a/libraries/xmlrpc-c/xmlrpc-c.SlackBuild
+++ b/libraries/xmlrpc-c/xmlrpc-c.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for xmlrpc-c
-# Copyright 2010-2012, mario <mario@slackverse.org>
+# Copyright 2010, 2012, 2015 Mario Preksavec, Zagreb, HR
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -11,7 +11,7 @@
# 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
+# 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,
@@ -64,10 +64,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
cd $PRGNAM
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" \
diff --git a/libraries/xmlrpc-c/xmlrpc-c.info b/libraries/xmlrpc-c/xmlrpc-c.info
index 1c914ec87d..6731b508c8 100644
--- a/libraries/xmlrpc-c/xmlrpc-c.info
+++ b/libraries/xmlrpc-c/xmlrpc-c.info
@@ -1,10 +1,10 @@
PRGNAM="xmlrpc-c"
VERSION="20120215"
HOMEPAGE="http://xmlrpc-c.sourceforge.net/"
-DOWNLOAD="http://ponce.cc/slackware/sources/repo/xmlrpc-c-20120215.tar.bz2"
+DOWNLOAD="http://mirror.slackware.hr/sources/xmlrpc-c/xmlrpc-c-20120215.tar.bz2"
MD5SUM="7a8bcc9c1b6480f085c474a675cc406d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
-MAINTAINER="mario"
-EMAIL="mario@slackverse.org"
+MAINTAINER="Mario Preksavec"
+EMAIL="mario at slackware dot hr"