added new version of gamerunner and fixed the install name

This commit is contained in:
Marc
2024-07-27 19:06:33 +02:00
parent ab91b7b5aa
commit cb87511ecf
4 changed files with 40 additions and 4 deletions
+3 -3
View File
@@ -9,8 +9,8 @@ then
EGIT_CHECKOUT_DIR=${S}
inherit git-r3
else
SRC_URI="https://gitlab.marcbarbier.fr/Marc/gamerunner/-/archive/9b046ba364edf11c18f78fa28c482ca73ba1f730/gamerunner-9b046ba364edf11c18f78fa28c482ca73ba1f730.tar.bz2"
MY_P="gamerunner-9b046ba364edf11c18f78fa28c482ca73ba1f730"
MY_P="gamerunner-${PV}.tar.bz2"
SRC_URI="https://gitlab.marcbarbier.fr/Marc/gamerunner/-/archive/${PV}/${MY_P}"
KEYWORDS="~amd64 ~x86"
fi
@@ -30,6 +30,6 @@ src_unpack() {
src_install() {
dodir /usr/bin
dodir /etc
newbin gamerunner.sh gamerunner.sh
newbin gamerunner.sh gamerunner
install gamerunner.cfg "${D}/etc/gamerunner.cfg"
}