Browse Source
libraries/ocaml-camomile: Fix download URL.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/171/head
B. Watson
4 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
4 additions and
5 deletions
-
libraries/ocaml-camomile/ocaml-camomile.SlackBuild
-
libraries/ocaml-camomile/ocaml-camomile.info
|
|
|
@ -28,8 +28,7 @@ BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
|
|
SRCNAM=camomile |
|
|
|
SRCNAM2=Camomile |
|
|
|
SRCNAM=Camomile |
|
|
|
|
|
|
|
if [ -z "$ARCH" ]; then |
|
|
|
case "$(uname -m)" in |
|
|
|
@ -69,9 +68,9 @@ set -e |
|
|
|
rm -rf $PKG |
|
|
|
mkdir -p $TMP $PKG $OUTPUT |
|
|
|
cd $TMP |
|
|
|
rm -rf $SRCNAM2-$VERSION |
|
|
|
rm -rf $SRCNAM-$VERSION |
|
|
|
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz |
|
|
|
cd $SRCNAM2-$VERSION |
|
|
|
cd $SRCNAM-$VERSION |
|
|
|
chown -R root:root . |
|
|
|
find -L . \ |
|
|
|
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |
|
|
|
|
|
|
|
@ -1,7 +1,7 @@ |
|
|
|
PRGNAM="ocaml-camomile" |
|
|
|
VERSION="1.0.2" |
|
|
|
HOMEPAGE="http://camomile.sourceforge.net/" |
|
|
|
DOWNLOAD="https://github.com/yoriyuki/Camomile/archive/1.0.2/camomile-1.0.2.tar.gz" |
|
|
|
DOWNLOAD="https://github.com/yoriyuki/Camomile/archive/1.0.2/Camomile-1.0.2.tar.gz" |
|
|
|
MD5SUM="2ec60575e485b0b92f821949a81acb4d" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
|