edb-debugger: x86 only
This commit is contained in:
parent
6ce1fb76d6
commit
e9eb6c2365
1 changed files with 1 additions and 9 deletions
|
@ -2,6 +2,7 @@
|
|||
pkgname=edb-debugger
|
||||
version=1.0.0
|
||||
revision=2
|
||||
archs="x86_64* i686*"
|
||||
build_style=cmake
|
||||
configure_args="-DCMAKE_INSTALL_PREFIX=/usr/ -DCMAKE_INSTALL_LIBDIR=/usr/lib/"
|
||||
hostmakedepends='pkg-config'
|
||||
|
@ -12,12 +13,3 @@ license="GPL-2.0-or-later"
|
|||
homepage="https://github.com/eteran/edb-debugger"
|
||||
distfiles="${homepage}/releases/download/${version}/${pkgname}-${version}.tgz"
|
||||
checksum=fab87541042df79ea63254e371d81b84d6b72f78141a6ab92512610ed2b7dfac
|
||||
|
||||
case "${XBPS_TARGET_MACHINE}" in
|
||||
arm*|aarch64*)
|
||||
broken="${XBPS_TARGET_MACHINE} not supported yet"
|
||||
;;
|
||||
mips*|ppc64*)
|
||||
broken="${XBPS_TARGET_MACHINE} unsuported target"
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue