Typo correction and dependency addition
This commit is contained in:
parent
d1f19be369
commit
f804ae82d3
2 changed files with 5 additions and 4 deletions
6
PKGBUILD
6
PKGBUILD
|
@ -2,13 +2,13 @@
|
|||
|
||||
pkgname=mcuxpresso-ide
|
||||
pkgver=10.0.0_344
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
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=('dfu-util' 'libusb' 'webkitgtk' 'ncurses' 'glibc')
|
||||
depends=('dfu-util' 'libusb' 'webkitgtk' 'ncurses' 'glibc' 'lib32-glibc')
|
||||
source=("https://freescaleesd.flexnetoperations.com/337170/457/11291457/mcuxpressoide-${pkgver}.${arch}.deb.bin" "LICENSE")
|
||||
noextract=("mcuxpressoide-${pkgver}.${arch}.deb.bin")
|
||||
sha256sums=('e39a767b6bd8ef9e84efa2e20ecc07cc8c7a8bbcfb04633d52e0d02ea2b5ce73'
|
||||
|
@ -34,7 +34,7 @@ prepare() {
|
|||
|
||||
|
||||
package() {
|
||||
mkdir -p ${srcdir}/mcuxpressoide/usr/share/NXPLPCXpress;
|
||||
mkdir -p ${srcdir}/mcuxpressoide/usr/share/NXPLPCXpresso;
|
||||
mv ${srcdir}/mcuxpressoide/lib/udev/rules.d/55-pemicro.rules ${srcdir}/mcuxpressoide/lib/udev/rules.d/57-pemicro.rules
|
||||
cp -r ${srcdir}/mcuxpressoide/usr ${pkgdir}/;
|
||||
cp -r ${srcdir}/mcuxpressoide/lib ${pkgdir}/usr/;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue