-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
LICENSE="geekbench"
SLOT="2"
-RESTRICT="bindist fetch mirror strip"
+RESTRICT="bindist mirror"
S="${WORKDIR}/dist/Geekbench-${PV}-LinuxARM"
}
src_install() {
- exeinto "/opt/geekbench2"
- doexe "geekbench" "geekbench_arm_32"
+ exeinto /opt/geekbench2
+ doexe geekbench geekbench_arm_32
- insinto "/opt/geekbench2"
- doins "geekbench.plar"
+ insinto /opt/geekbench2
+ doins geekbench.plar
- dodir "/opt/bin"
- dosym "../geekbench2/geekbench" "/opt/bin/geekbench2"
+ dodir /opt/bin
+ dosym ../geekbench2/geekbench /opt/bin/geekbench2
}
pkg_postinst() {
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
LICENSE="geekbench"
SLOT="2"
-RESTRICT="bindist fetch mirror strip"
+RESTRICT="bindist mirror"
S="${WORKDIR}/dist/Geekbench-${PV}-Linux"
}
src_install() {
- exeinto "/opt/geekbench2"
- doexe "geekbench" "geekbench_x86_32" "geekbench_x86_64"
+ exeinto /opt/geekbench2
+ doexe geekbench geekbench_x86_32 geekbench_x86_64
- insinto "/opt/geekbench2"
- doins "geekbench.plar"
+ insinto /opt/geekbench2
+ doins geekbench.plar
- dodir "/opt/bin"
- dosym "../geekbench2/geekbench" "/opt/bin/geekbench2"
+ dodir /opt/bin
+ dosym ../geekbench2/geekbench /opt/bin/geekbench2
}
pkg_postinst() {
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
LICENSE="geekbench"
SLOT="3"
-RESTRICT="bindist fetch mirror strip"
+RESTRICT="bindist mirror"
S="${WORKDIR}/dist/Geekbench-${PV}-Linux"
}
src_install() {
- exeinto "/opt/geekbench3"
- doexe "geekbench" "geekbench_x86_32" "geekbench_x86_64"
+ exeinto /opt/geekbench3
+ doexe geekbench geekbench_x86_32 geekbench_x86_64
- insinto "/opt/geekbench3"
- doins "geekbench.plar"
+ insinto /opt/geekbench3
+ doins geekbench.plar
- dodir "/opt/bin"
- dosym "../geekbench3/geekbench" "/opt/bin/geekbench3"
+ dodir /opt/bin
+ dosym ../geekbench3/geekbench /opt/bin/geekbench3
}
pkg_postinst() {
LICENSE="geekbench"
SLOT="4"
-RESTRICT="bindist fetch mirror strip"
+RESTRICT="bindist mirror"
S="${WORKDIR}/Geekbench-${PV}-Linux"