summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libraries/ocaml-camomile/ocaml-camomile.SlackBuild6
-rw-r--r--libraries/ocaml-camomile/ocaml-camomile.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/libraries/ocaml-camomile/ocaml-camomile.SlackBuild b/libraries/ocaml-camomile/ocaml-camomile.SlackBuild
index d671e48d70..9b80e002c0 100644
--- a/libraries/ocaml-camomile/ocaml-camomile.SlackBuild
+++ b/libraries/ocaml-camomile/ocaml-camomile.SlackBuild
@@ -21,7 +21,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=ocaml-camomile
-VERSION=0.8.3
+VERSION=0.8.5
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
@@ -66,7 +66,7 @@ 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 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# Install missing library, thanks debian
patch -p1 < $CWD/0002-Install-missing-camomileLibrary.a.patch
@@ -85,7 +85,7 @@ sed -i 's|^OCAMLLIB = \(.*\)$|OCAMLLIB = $(DESTDIR)\1|' Makefile
long='$(DESTDIR)/$$(ocamlfind printconf destdir)'
sed -i "s|\\(ocamlfind install\\)| mkdir -p $long; \\1 -destdir $long |" Makefile
-make
+make -j1
make install DESTDIR=$PKG
find $PKG -print0 | xargs -0 file \
diff --git a/libraries/ocaml-camomile/ocaml-camomile.info b/libraries/ocaml-camomile/ocaml-camomile.info
index c39c9e53d4..6d2fa56c1f 100644
--- a/libraries/ocaml-camomile/ocaml-camomile.info
+++ b/libraries/ocaml-camomile/ocaml-camomile.info
@@ -1,8 +1,8 @@
PRGNAM="ocaml-camomile"
-VERSION="0.8.3"
+VERSION="0.8.5"
HOMEPAGE="http://camomile.sourceforge.net/"
-DOWNLOAD="http://prdownloads.sourceforge.net/camomile/camomile-0.8.3.tar.bz2"
-MD5SUM="c6476bdb4138d222bc14396a82205034"
+DOWNLOAD="https://github.com/yoriyuki/Camomile/releases/download/rel-0.8.5/camomile-0.8.5.tar.bz2"
+MD5SUM="1e25b6cd4efd26ab38a667db18d83f02"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ocaml"