diff options
Diffstat (limited to 'development/camlp5/camlp5.SlackBuild')
-rw-r--r-- | development/camlp5/camlp5.SlackBuild | 19 |
1 files changed, 16 insertions, 3 deletions
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 <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} |