diff options
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/mxml/mxml.SlackBuild | 10 | ||||
-rw-r--r-- | libraries/mxml/mxml.info | 6 |
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="" |