summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
author Kent Fritz <fritz.kent@gmail.com>2019-01-18 08:23:26 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-01-18 23:39:49 +0700
commitf98af0e3dfd0831640f3f89638102e648d5f6c07 (patch)
tree347802492c8f0d73e0645e3cd93f40ec637d4b36 /libraries
parente5600b42e143aad9566fd39e5ec72866741a589b (diff)
downloadslackbuilds-f98af0e3dfd0831640f3f89638102e648d5f6c07.tar.gz
slackbuilds-f98af0e3dfd0831640f3f89638102e648d5f6c07.tar.xz
libraries/mxml: Updated for version 2.12.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/mxml/mxml.SlackBuild5
-rw-r--r--libraries/mxml/mxml.info6
2 files changed, 4 insertions, 7 deletions
diff --git a/libraries/mxml/mxml.SlackBuild b/libraries/mxml/mxml.SlackBuild
index a1cc9bfe2d..e9b64a516f 100644
--- a/libraries/mxml/mxml.SlackBuild
+++ b/libraries/mxml/mxml.SlackBuild
@@ -6,7 +6,7 @@
# Updated by Kent Fritz <fritz.kent@gmail.com>
PRGNAM=mxml
-VERSION=${VERSION:-2.10}
+VERSION=${VERSION:-2.12}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -52,9 +52,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-patch -p1 < $CWD/remove_rpath.diff
-patch -p1 < $CWD/link_with_pthread.diff
-
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
diff --git a/libraries/mxml/mxml.info b/libraries/mxml/mxml.info
index 0f599c0cd7..17b08931e7 100644
--- a/libraries/mxml/mxml.info
+++ b/libraries/mxml/mxml.info
@@ -1,8 +1,8 @@
PRGNAM="mxml"
-VERSION="2.10"
+VERSION="2.12"
HOMEPAGE="http://www.minixml.org/"
-DOWNLOAD="https://github.com/michaelrsweet/mxml/releases/download/release-2.10/mxml-2.10.tar.gz"
-MD5SUM="8804c961a24500a95690ef287d150abe"
+DOWNLOAD="https://github.com/michaelrsweet/mxml/archive/v2.12/mxml-2.12.tar.gz"
+MD5SUM="bb927d3b94299862583b50df9a71e06a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""