1
0
Fork 0

Adding progress-linux version 6.4.0-0progress8.99u1.

Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
Daniel Baumann 2025-06-22 18:05:16 +02:00
parent a8e2ef4b09
commit 8988404fc3
Signed by: daniel.baumann
GPG key ID: BCC918A2ABD66424
8 changed files with 90 additions and 0 deletions

5
debian/changelog vendored Normal file
View file

@ -0,0 +1,5 @@
geekbench-amd64 (6.4.0-0progress8.99u1) horok-backports-extras; urgency=low
* Initial upload to horok-backports-extras.
-- Daniel Baumann <daniel.baumann@progress-linux.org> Sun, 22 Jun 2025 17:06:16 +0200

25
debian/control vendored Normal file
View file

@ -0,0 +1,25 @@
Source: geekbench-amd64
Section: restricted/admin
Priority: optional
Maintainer: Progress Linux Maintainers <maintainers@lists.progress-linux.org>
XSBC-Uploaders: Daniel Baumann <daniel.baumann@progress-linux.org>
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.

20
debian/copyright vendored Normal file
View file

@ -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 <daniel.baumann@progress-linux.org>
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.

8
debian/local/bin/geekbench6 vendored Executable file
View file

@ -0,0 +1,8 @@
#!/bin/sh
set -e
PROGRAM="$(basename "${0}")"
cd /usr/lib/geekbench
exec ./"${PROGRAM}" "${@}"

1
debian/local/bin/geekbench_avx2 vendored Symbolic link
View file

@ -0,0 +1 @@
geekbench6

1
debian/local/bin/geekbench_x86_64 vendored Symbolic link
View file

@ -0,0 +1 @@
geekbench6

29
debian/rules vendored Executable file
View file

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

1
debian/source/format vendored Normal file
View file

@ -0,0 +1 @@
3.0 (quilt)