diff options
author | Christophe Trussardi <chris@teria.org> | 2012-12-02 12:34:10 -0500 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-12-11 16:21:49 -0500 |
commit | 9a42857ff7e07f58e525de77dd36d1361ac2fe53 (patch) | |
tree | 151e0af752f898d8a7026955c6674bc748832576 /libraries/librelp/librelp.SlackBuild | |
parent | 726df0cb7398e82951bfd951ff3a50e841880bb4 (diff) | |
download | slackbuilds-9a42857ff7e07f58e525de77dd36d1361ac2fe53.tar.gz |
libraries/librelp: Updated for version 1.0.1
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/librelp/librelp.SlackBuild')
-rw-r--r-- | libraries/librelp/librelp.SlackBuild | 23 |
1 files changed, 20 insertions, 3 deletions
diff --git a/libraries/librelp/librelp.SlackBuild b/libraries/librelp/librelp.SlackBuild index a11d82a71b..1ae886f1d6 100644 --- a/libraries/librelp/librelp.SlackBuild +++ b/libraries/librelp/librelp.SlackBuild @@ -1,11 +1,28 @@ #!/bin/sh -# + # Slackware build script for librelp -# Written by Christophe Trussardi (chris at teria dot org) + +# Copyright (c) 2012, Christophe Trussardi, Paris, France +# All rights reserved. +# +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are met: +# 1.- Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. # +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY +# EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +# DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY +# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND +# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=librelp -VERSION=${VERSION:-1.0.0} +VERSION=${VERSION:-1.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |