From 743cc4331b1b066610f6208d6a394d73c707889c Mon Sep 17 00:00:00 2001 From: Panagiotis Nikolaou Date: Wed, 22 Jul 2015 08:09:52 +0700 Subject: development/camlp5: Updated for version 6.13. Signed-off-by: Willy Sudiarto Raharjo --- development/camlp5/camlp5.SlackBuild | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to 'development/camlp5/camlp5.SlackBuild') diff --git a/development/camlp5/camlp5.SlackBuild b/development/camlp5/camlp5.SlackBuild index 76e153cc35..bedd2e7c72 100644 --- a/development/camlp5/camlp5.SlackBuild +++ b/development/camlp5/camlp5.SlackBuild @@ -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 . +# # 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} -- cgit v1.2.3-65-gdbad