mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/mxml: Updated for version 2.12.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e5600b42e1
commit
f98af0e3df
2 changed files with 4 additions and 7 deletions
|
@ -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 \
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue