fix binary location
This commit is contained in:
parent
bac3cc77e6
commit
650d204468
3 changed files with 6 additions and 6 deletions
4
.SRCINFO
4
.SRCINFO
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = ida-pro-patched
|
pkgbase = ida-pro-patched
|
||||||
pkgdesc = IDA - The Interactive Disassembler (Patched)
|
pkgdesc = IDA - The Interactive Disassembler (Patched)
|
||||||
pkgver = 9.0.240925
|
pkgver = 9.0.240925
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://hex-rays.com/ida-pro/
|
url = https://hex-rays.com/ida-pro/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = custom
|
license = custom
|
||||||
|
@ -19,6 +19,6 @@ pkgbase = ida-pro-patched
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = da41a74453b5e4b6816c5ed1ad66c8c7a19684c48d23e083bda9d5149966616e
|
sha256sums = da41a74453b5e4b6816c5ed1ad66c8c7a19684c48d23e083bda9d5149966616e
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
sha256sums = aebb90e61e40e6cacf6493ecd8308a3389d2ebe5afd1503209250b38a0b89a95
|
sha256sums = 57d46b76ec02fec91352eb51c8dea9082efc6d45391849109b1e784921e9fadb
|
||||||
|
|
||||||
pkgname = ida-pro-patched
|
pkgname = ida-pro-patched
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -2,7 +2,7 @@
|
||||||
pkgname=ida-pro-patched
|
pkgname=ida-pro-patched
|
||||||
_pkgname=ida-pro
|
_pkgname=ida-pro
|
||||||
pkgver=9.0.240925
|
pkgver=9.0.240925
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="IDA - The Interactive Disassembler (Patched)"
|
pkgdesc="IDA - The Interactive Disassembler (Patched)"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://hex-rays.com/ida-pro/"
|
url="https://hex-rays.com/ida-pro/"
|
||||||
|
@ -23,7 +23,7 @@ sha256sums=('159cf8983a0e7b199d6efab5af42eca31a288e7ef2ec44eba6336de4acb8107a'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'da41a74453b5e4b6816c5ed1ad66c8c7a19684c48d23e083bda9d5149966616e'
|
'da41a74453b5e4b6816c5ed1ad66c8c7a19684c48d23e083bda9d5149966616e'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'aebb90e61e40e6cacf6493ecd8308a3389d2ebe5afd1503209250b38a0b89a95')
|
'57d46b76ec02fec91352eb51c8dea9082efc6d45391849109b1e784921e9fadb')
|
||||||
validpgpkeys=('09BE40243217978201A0440E101BA3F4C612AA41') # nezu <nezu@nezu.cc>
|
validpgpkeys=('09BE40243217978201A0440E101BA3F4C612AA41') # nezu <nezu@nezu.cc>
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
@ -43,7 +43,7 @@ package() {
|
||||||
cp --preserve=mode,timestamps -r "$srcdir/$_name/opt/$_name/"* "$pkgdir/opt/$_pkgname"
|
cp --preserve=mode,timestamps -r "$srcdir/$_name/opt/$_name/"* "$pkgdir/opt/$_pkgname"
|
||||||
|
|
||||||
install -dm755 "$pkgdir/usr/bin"
|
install -dm755 "$pkgdir/usr/bin"
|
||||||
ln -s "/opt/$_pkgname/ida64" "$pkgdir/usr/bin/ida64"
|
ln -s "/opt/$_pkgname/ida" "$pkgdir/usr/bin/ida"
|
||||||
|
|
||||||
install -Dm644 "$srcdir/$_name/opt/$_name/appico.png" "$pkgdir/usr/share/pixmaps/$_pkgname.png"
|
install -Dm644 "$srcdir/$_name/opt/$_name/appico.png" "$pkgdir/usr/share/pixmaps/$_pkgname.png"
|
||||||
install -Dm644 "$srcdir/$_pkgname.desktop" "$pkgdir/usr/share/applications/$_pkgname.desktop"
|
install -Dm644 "$srcdir/$_pkgname.desktop" "$pkgdir/usr/share/applications/$_pkgname.desktop"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=IDA Pro
|
Name=IDA Pro
|
||||||
Comment=The Interactive Disassembler
|
Comment=The Interactive Disassembler
|
||||||
Exec=/usr/bin/ida64
|
Exec=/usr/bin/ida
|
||||||
Icon=ida-pro
|
Icon=ida-pro
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
|
|
Loading…
Reference in a new issue