From 8988404fc3cb2b314bfa70f66f9d15be5022962c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 22 Jun 2025 18:05:16 +0200 Subject: [PATCH] Adding progress-linux version 6.4.0-0progress8.99u1. Signed-off-by: Daniel Baumann --- debian/changelog | 5 +++++ debian/control | 25 +++++++++++++++++++++++++ debian/copyright | 20 ++++++++++++++++++++ debian/local/bin/geekbench6 | 8 ++++++++ debian/local/bin/geekbench_avx2 | 1 + debian/local/bin/geekbench_x86_64 | 1 + debian/rules | 29 +++++++++++++++++++++++++++++ debian/source/format | 1 + 8 files changed, 90 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/control create mode 100644 debian/copyright create mode 100755 debian/local/bin/geekbench6 create mode 120000 debian/local/bin/geekbench_avx2 create mode 120000 debian/local/bin/geekbench_x86_64 create mode 100755 debian/rules create mode 100644 debian/source/format diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..f8c0740 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +geekbench-amd64 (6.4.0-0progress8.99u1) horok-backports-extras; urgency=low + + * Initial upload to horok-backports-extras. + + -- Daniel Baumann Sun, 22 Jun 2025 17:06:16 +0200 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..813a76c --- /dev/null +++ b/debian/control @@ -0,0 +1,25 @@ +Source: geekbench-amd64 +Section: restricted/admin +Priority: optional +Maintainer: Progress Linux Maintainers +XSBC-Uploaders: Daniel Baumann +Bugs: mailto:bugs@lists.progress-linux.org +Build-Depends: + debhelper-compat (= 13), +Rules-Requires-Root: no +Standards-Version: 4.7.2 +Homepage: https://www.geekbench.com +Vcs-Browser: https://git.progress-linux.org/horok-backports-extras/geekbench-amd64 +Vcs-Git: https://git.progress-linux.org/horok-backports-extras/geekbench-amd64 + +Package: geekbench +Section: restricted/admin +Architecture: amd64 +Depends: + ${misc:Depends}, + ${shlibs:Depends}, +Provides: + geekbench6, +Description: cross-platform benchmark + Geekbench is a cross-platform benchmark that measures your system's + performance. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..b15c1a4 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,20 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Geekbench +Upstream-Contact: support@primatelabs.com +Source: https://www.geekbench.com/download + +Files: * +Copyright: 2004-2025 Primate Labs Inc. +License: n/a + +Files: debian/* +Copyright: 2010-2025 Daniel Baumann +License: PD + +License: PD + This program is free software: you have unlimited permission + to copy, distribute and modify it. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/debian/local/bin/geekbench6 b/debian/local/bin/geekbench6 new file mode 100755 index 0000000..b383a8f --- /dev/null +++ b/debian/local/bin/geekbench6 @@ -0,0 +1,8 @@ +#!/bin/sh + +set -e + +PROGRAM="$(basename "${0}")" + +cd /usr/lib/geekbench +exec ./"${PROGRAM}" "${@}" diff --git a/debian/local/bin/geekbench_avx2 b/debian/local/bin/geekbench_avx2 new file mode 120000 index 0000000..77cf9c6 --- /dev/null +++ b/debian/local/bin/geekbench_avx2 @@ -0,0 +1 @@ +geekbench6 \ No newline at end of file diff --git a/debian/local/bin/geekbench_x86_64 b/debian/local/bin/geekbench_x86_64 new file mode 120000 index 0000000..77cf9c6 --- /dev/null +++ b/debian/local/bin/geekbench_x86_64 @@ -0,0 +1 @@ +geekbench6 \ No newline at end of file diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..d265408 --- /dev/null +++ b/debian/rules @@ -0,0 +1,29 @@ +#!/usr/bin/make -f + +PACKAGE := $(shell dh_listpackages) + +%: + dh ${@} + +execute_after_dh_auto_clean: + rm -rf build + +override_dh_auto_build: + mkdir -p build + tar -C build -xf *.tar.gz + +override_dh_auto_install: + mkdir -p debian/$(PACKAGE)/usr/lib + cp -a build/Geekbench* debian/$(PACKAGE)/usr/lib/geekbench + + mkdir -p debian/$(PACKAGE)/usr + cp -a debian/local/bin debian/$(PACKAGE)/usr/bin + +override_dh_dwz: + # disabled + +override_dh_strip: + # disabled + +override_dh_strip_nondeterminism: + # disabled diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt)