Added linkserver as a dependency.
This commit is contained in:
parent
91475bfb96
commit
dc59c480ff
2 changed files with 4 additions and 3 deletions
3
.SRCINFO
3
.SRCINFO
|
@ -1,7 +1,7 @@
|
|||
pkgbase = mcuxpresso-ide
|
||||
pkgdesc = An easy-to-use integrated development environment (IDE) for creating, building, debugging, and optimizing your application. From BIN package distributed by NXP.
|
||||
pkgver = 11.10.0_3148
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = http://www.nxp.com/MCUXPresso
|
||||
arch = x86_64
|
||||
license = custom:"NXP"
|
||||
|
@ -11,6 +11,7 @@ pkgbase = mcuxpresso-ide
|
|||
depends = jlink-software-and-documentation
|
||||
depends = dfu-util
|
||||
depends = libusb
|
||||
depends = linkserver
|
||||
noextract = mcuxpressoide-11.10.0_3148.x86_64.deb.bin
|
||||
options = !strip
|
||||
source = file://mcuxpressoide-11.10.0_3148.x86_64.deb.bin
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -16,13 +16,13 @@
|
|||
|
||||
pkgname=mcuxpresso-ide
|
||||
pkgver=11.10.0_3148
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
epoch=
|
||||
pkgdesc="An easy-to-use integrated development environment (IDE) for creating, building, debugging, and optimizing your application. From BIN package distributed by NXP."
|
||||
arch=('x86_64')
|
||||
url="http://www.nxp.com/MCUXPresso"
|
||||
license=('custom:"NXP"')
|
||||
depends=('ncurses' 'glibc' 'lib32-glibc' 'jlink-software-and-documentation' 'dfu-util' 'libusb')
|
||||
depends=('ncurses' 'glibc' 'lib32-glibc' 'jlink-software-and-documentation' 'dfu-util' 'libusb' 'linkserver')
|
||||
|
||||
source=("file://mcuxpressoide-${pkgver}.${arch}.deb.bin")
|
||||
noextract=("mcuxpressoide-${pkgver}.${arch}.deb.bin")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue