Compare commits
10 commits
5dab9939bc
...
10f84230cc
Author | SHA1 | Date | |
---|---|---|---|
10f84230cc | |||
|
7342cf569e | ||
|
f89aa92ea3 | ||
|
cb9fc0ca30 | ||
|
dc59c480ff | ||
|
91475bfb96 | ||
|
dd231e2550 | ||
|
c8baa08c90 | ||
|
845bfea6ad | ||
|
667c05de05 |
2 changed files with 9 additions and 8 deletions
9
.SRCINFO
9
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = mcuxpresso-ide
|
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.
|
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.8.0_1165
|
pkgver = 24.12.148
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = http://www.nxp.com/MCUXPresso
|
url = http://www.nxp.com/MCUXPresso
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -11,9 +11,10 @@ pkgbase = mcuxpresso-ide
|
||||||
depends = jlink-software-and-documentation
|
depends = jlink-software-and-documentation
|
||||||
depends = dfu-util
|
depends = dfu-util
|
||||||
depends = libusb
|
depends = libusb
|
||||||
noextract = mcuxpressoide-11.8.0_1165.x86_64.deb.bin
|
depends = linkserver
|
||||||
|
noextract = mcuxpressoide-24.12.148.x86_64.deb.bin
|
||||||
options = !strip
|
options = !strip
|
||||||
source = file://mcuxpressoide-11.8.0_1165.x86_64.deb.bin
|
source = file://mcuxpressoide-24.12.148.x86_64.deb.bin
|
||||||
sha256sums = 8f503998841b4428534b509574845b62f36860fff9e1de8d53905ffe4525fd18
|
sha256sums = 34b9163869d9d274ddcc2b2482d51d9aa2bf5f1cf0581b885172d4c107c58ed5
|
||||||
|
|
||||||
pkgname = mcuxpresso-ide
|
pkgname = mcuxpresso-ide
|
||||||
|
|
8
PKGBUILD
8
PKGBUILD
|
@ -15,18 +15,18 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
pkgname=mcuxpresso-ide
|
pkgname=mcuxpresso-ide
|
||||||
pkgver=11.8.0_1165
|
pkgver=25.6.136
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
epoch=
|
epoch=
|
||||||
pkgdesc="An easy-to-use integrated development environment (IDE) for creating, building, debugging, and optimizing your application. From BIN package distributed by NXP."
|
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')
|
arch=('x86_64')
|
||||||
url="http://www.nxp.com/MCUXPresso"
|
url="http://www.nxp.com/MCUXPresso"
|
||||||
license=('custom:"NXP"')
|
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")
|
source=("file://mcuxpressoide-${pkgver}.${arch}.deb.bin")
|
||||||
noextract=("mcuxpressoide-${pkgver}.${arch}.deb.bin")
|
noextract=("mcuxpressoide-${pkgver}.${arch}.deb.bin")
|
||||||
sha256sums=('8f503998841b4428534b509574845b62f36860fff9e1de8d53905ffe4525fd18')
|
sha256sums=('0f51cb9e29d85aadcf9e10c1721f9b3886095a1cec9c98e1d0d74b063578596a')
|
||||||
options=('!strip')
|
options=('!strip')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
@ -60,5 +60,5 @@ package() {
|
||||||
# Copy udev rules from /lib to /usr/lib folder
|
# Copy udev rules from /lib to /usr/lib folder
|
||||||
cp -ar ${srcdir}/mcuxpressoide/lib/udev ${pkgdir}/usr/lib/;
|
cp -ar ${srcdir}/mcuxpressoide/lib/udev ${pkgdir}/usr/lib/;
|
||||||
# Add Product LICENSE file to licenses folder
|
# Add Product LICENSE file to licenses folder
|
||||||
install -D -m644 ${srcdir}/ProductLicense.txt ${pkgdir}/usr/share/licenses/${pkgname}/ProductLicense.txt;
|
install -D -m644 ${srcdir}/mcuxpressoide/usr/local/mcuxpresso-ide/LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/ProductLicense.txt;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue