summaryrefslogtreecommitdiffstats
path: root/libraries/mxml
diff options
context:
space:
mode:
author Kent Fritz <fritz.kent@gmail.com>2014-02-17 15:35:31 +0700
committer Erik Hanson <erik@slackbuilds.org>2014-02-18 14:59:54 -0600
commit926abc671eba189490a9dc22d32f664c3f2f6af1 (patch)
tree4ab6d6448856309a263be7157dd639212c63840d /libraries/mxml
parent216685a0664d7c09adcb5e7fe347f103699bec5b (diff)
downloadslackbuilds-926abc671eba189490a9dc22d32f664c3f2f6af1.tar.gz
slackbuilds-926abc671eba189490a9dc22d32f664c3f2f6af1.tar.xz
libraries/mxml: Updated for version 2.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/mxml')
-rw-r--r--libraries/mxml/mxml.SlackBuild10
-rw-r--r--libraries/mxml/mxml.info6
2 files changed, 8 insertions, 8 deletions
diff --git a/libraries/mxml/mxml.SlackBuild b/libraries/mxml/mxml.SlackBuild
index af699d63a6..007f8b2233 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.7}
+VERSION=${VERSION:-2.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -47,10 +47,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
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 {} \;
patch -p1 < $CWD/remove_rpath.diff
patch -p1 < $CWD/link_with_pthread.diff
diff --git a/libraries/mxml/mxml.info b/libraries/mxml/mxml.info
index c3a5a65140..2476f62275 100644
--- a/libraries/mxml/mxml.info
+++ b/libraries/mxml/mxml.info
@@ -1,8 +1,8 @@
PRGNAM="mxml"
-VERSION="2.7"
+VERSION="2.8"
HOMEPAGE="http://www.minixml.org/"
-DOWNLOAD="http://www.msweet.org/files/project3/mxml-2.7.tar.gz"
-MD5SUM="76f2ae49bf0f5745d5cb5d9507774dc9"
+DOWNLOAD="http://www.msweet.org/files/project3/mxml-2.8.tar.gz"
+MD5SUM="d85ee6d30de053581242c4a86e79a5d2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""