[COPY] --- T2-COPYRIGHT-BEGIN --- [COPY] t2/package/*/rubix/rubix.desc [COPY] Copyright (C) 2014 - 2025 The T2 SDE Project [COPY] SPDX-License-Identifier: GPL-2.0 [COPY] --- T2-COPYRIGHT-END --- [I] Rubix is a Rubik's cube system for the Linux/X11 operating system [T] rubix is a Rubik's cube system for the Linux/X11 operating system. [U] http://sed.free.fr/rubix/ [A] Sed Barbouky [M] The T2 Project [C] extra/game [L] GPL [S] Stable [V] 1.0.6 [D] 0a4926433e881e39f3e54a8feab93904a4c0e353977c4fe44db5b5b7 rubix-1.0.6.tar.bz2 http://sed.free.fr/rubix/ rubix_pre_fix() { sed -i -e 's%/usr/games%/usr/bin%' Makefile sed -i -e 's%/usr/X11R6%/usr/X11R7%' Makefile if [[ $libdir == *lib64 ]]; then sed -i -e 's%L/usr/X11R7/lib %L/usr/X11R7/lib64 %' Makefile fi } hook_add premake 5 "rubix_pre_fix"