system/lbench: Updated for version 2.6.

Signed-off-by: David Spencer <baildon.research@googlemail.com>
This commit is contained in:
David Spencer 2015-02-21 10:12:04 +00:00 committed by Willy Sudiarto Raharjo
parent 9649fa39fd
commit 3205e6593a
2 changed files with 12 additions and 12 deletions

View file

@ -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 <baildon.research@googlemail.com>
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

View file

@ -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"