From 3205e6593af36a466e9286e090f5d38d83a60c86 Mon Sep 17 00:00:00 2001 From: David Spencer Date: Sat, 21 Feb 2015 10:12:04 +0000 Subject: system/lbench: Updated for version 2.6. Signed-off-by: David Spencer --- system/lbench/lbench.SlackBuild | 14 +++++++------- system/lbench/lbench.info | 10 +++++----- 2 files changed, 12 insertions(+), 12 deletions(-) (limited to 'system/lbench') diff --git a/system/lbench/lbench.SlackBuild b/system/lbench/lbench.SlackBuild index f22df8f20a..803d7f6ab7 100644 --- a/system/lbench/lbench.SlackBuild +++ b/system/lbench/lbench.SlackBuild @@ -22,11 +22,11 @@ # 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. - -# Revision date 2013/03/25 +# +# Maintained by David Spencer PRGNAM=lbench -VERSION=${VERSION:-2.0} +VERSION=${VERSION:-2.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -67,10 +67,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; # Fix makefile to not "install" the .desktop file # and accept LIBS variable diff --git a/system/lbench/lbench.info b/system/lbench/lbench.info index bacba6996c..288da41881 100644 --- a/system/lbench/lbench.info +++ b/system/lbench/lbench.info @@ -1,10 +1,10 @@ PRGNAM="lbench" -VERSION="2.0" +VERSION="2.6" HOMEPAGE="http://www.kornelix.com/lbench.html" -DOWNLOAD="http://www.kornelix.com/uploads/1/3/0/3/13035936/lbench-2.0.tar.gz" -MD5SUM="e7ff06fdae84a8ee10c55aa4c1ce6b41" +DOWNLOAD="http://www.kornelix.com/uploads/1/3/0/3/13035936/lbench-2.6.tar.gz" +MD5SUM="7b63f8af9fb5a08e97f3672462be0fbb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Niels Horn" -EMAIL="niels.horn@gmail.com" +MAINTAINER="David Spencer" +EMAIL="baildon.research@googlemail.com" -- cgit v1.2.3-65-gdbad