mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
development/camlp5: Updated for version 6.13.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e9079c0961
commit
743cc4331b
2 changed files with 20 additions and 7 deletions
|
@ -1,12 +1,25 @@
|
|||
#!/bin/sh
|
||||
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation, either version 3 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# This program is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
# Slackware build script for camlp5
|
||||
|
||||
# Written by adaptr (jeroen@adaptr.nl)
|
||||
# Rewrite for updated camlp5 (panos.mdma@gmail.com)
|
||||
# Rewrite for updated camlp5 Panagiotis Nikolaou, Karlovasi Samos, Gr
|
||||
|
||||
PRGNAM=camlp5
|
||||
VERSION=${VERSION:-6.11}
|
||||
VERSION=${VERSION:-6.13}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="camlp5"
|
||||
VERSION="6.11"
|
||||
VERSION="6.13"
|
||||
HOMEPAGE="http://camlp5.gforge.inria.fr/"
|
||||
DOWNLOAD="http://camlp5.gforge.inria.fr/distrib/src/camlp5-6.11.tgz"
|
||||
MD5SUM="5bd3d0e8a32d762b28107caef631f860"
|
||||
DOWNLOAD="http://camlp5.gforge.inria.fr/distrib/src/camlp5-6.13.tgz"
|
||||
MD5SUM="1e75b167a0c00bd47fb24e4101f5f21f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="ocaml"
|
||||
MAINTAINER="Panagiotis Nikolaou"
|
||||
EMAIL="panos.mdma@gmail.com"
|
||||
EMAIL="hostmaster@slackonly.com"
|
||||
|
|
Loading…
Reference in a new issue