summaryrefslogtreecommitdiffstats
path: root/system/fslint/fslint.SlackBuild
diff options
context:
space:
mode:
author Erik Hanson2010-05-13 00:40:20 +0200
committer Robby Workman2010-05-13 00:40:20 +0200
commitb4b789ccadbdf729081de99decb2db5b223cee78 (patch)
tree331ca1fbf2fda723bbf48baadbadfb8039c05736 /system/fslint/fslint.SlackBuild
parent148f530382b6814cb3d39de9b651488028e2e0f6 (diff)
downloadslackbuilds-b4b789ccadbdf729081de99decb2db5b223cee78.tar.gz
system/fslint: Updated for version 2.40
Diffstat (limited to 'system/fslint/fslint.SlackBuild')
-rw-r--r--system/fslint/fslint.SlackBuild27
1 files changed, 23 insertions, 4 deletions
diff --git a/system/fslint/fslint.SlackBuild b/system/fslint/fslint.SlackBuild
index b1b3ae5f72..722d944384 100644
--- a/system/fslint/fslint.SlackBuild
+++ b/system/fslint/fslint.SlackBuild
@@ -1,12 +1,31 @@
#!/bin/sh
-
+#
# Slackware build script for fslint
-# Written by Erik Hanson erik@slackbuilds.org
+#
+# Copyright 2009 Erik W. Hanson, Minneapolis, MN, USA
+# All rights reserved.
+#
+# Redistribution and use of this script, with or without modification, is
+# permitted provided that the following conditions are met:
+#
+# 1. Redistributions of this script 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.
set -eu
PRGNAM=fslint
-VERSION=2.28
+VERSION=2.40
ARCH=noarch # Python
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -51,4 +70,4 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
cat $CWD/doinst.sh > $PKG/install/doinst.sh
cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
+/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}