iaito, add debuginfopackage (#8877)

This commit is contained in:
Schrijvers Luc
2023-06-21 08:27:02 +02:00
committed by GitHub
parent 0a29a49e35
commit 8a3f0b2963

View File

@@ -12,7 +12,7 @@ bindiffing, solvers ..."
HOMEPAGE="https://github.com/radareorg/iaito"
COPYRIGHT="2023 radare2 developers et all"
LICENSE="GNU GPL v3"
REVISION="1"
REVISION="2"
SOURCE_URI="$HOMEPAGE/archive/refs/tags/$portVersion.tar.gz"
CHECKSUM_SHA256="2a0865352b7ccab4e8eb065cbcc87f847e30f6418ad17bd5b1a30284822a62aa"
SOURCE_FILENAME="iaito-$portVersion.tar.gz"
@@ -78,6 +78,9 @@ BUILD_PREREQUIRES="
cmd:qmake6$secondaryArchSuffix
"
defineDebugInfoPackage iaito$secondaryArchSuffix \
$prefix/bin/iaito
BUILD()
{
runConfigure ./configure
@@ -108,6 +111,6 @@ INSTALL()
addResourcesToBinaries iaito.rdef \
$prefix/bin/iaito
# crashes when launched from Terminal/Deskbar
# crashes when launched from Terminal/Deskbar
# addAppDeskbarSymlink $prefix/bin/iaito Iaito
}