summaryrefslogtreecommitdiffstats
path: root/system/i2c-tools/i2c-tools.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/i2c-tools/i2c-tools.SlackBuild')
-rw-r--r--system/i2c-tools/i2c-tools.SlackBuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/system/i2c-tools/i2c-tools.SlackBuild b/system/i2c-tools/i2c-tools.SlackBuild
index c1464608f7..cceab1381a 100644
--- a/system/i2c-tools/i2c-tools.SlackBuild
+++ b/system/i2c-tools/i2c-tools.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/sh
# Slackware build script for i2c-tools
-# Copyright Matteo Bernardini <ponce@slackbuilds.org>, 2012
+# Copyright 2012-2015 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -22,7 +22,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=i2c-tools
-VERSION=${VERSION:-3.1.0}
+VERSION=${VERSION:-3.1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -70,9 +70,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
-# Recommended patches
-for i in $CWD/patches/* ; do patch -p3 -i $i ; done
-
sed -i \
-e "s|/local||" \
-e "s|-O2|${SLKCFLAGS}|" \