Typo correction and dependency addition

This commit is contained in:
Romain Bazile 2017-05-18 13:08:54 +02:00
parent d1f19be369
commit f804ae82d3
2 changed files with 5 additions and 4 deletions

View file

@ -1,7 +1,7 @@
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 = 10.0.0_344 pkgver = 10.0.0_344
pkgrel = 2 pkgrel = 3
url = http://www.nxp.com/MCUXPresso url = http://www.nxp.com/MCUXPresso
arch = x86_64 arch = x86_64
license = custom:"NXP" license = custom:"NXP"
@ -10,6 +10,7 @@ pkgbase = mcuxpresso-ide
depends = webkitgtk depends = webkitgtk
depends = ncurses depends = ncurses
depends = glibc depends = glibc
depends = lib32-glibc
noextract = mcuxpressoide-10.0.0_344.x86_64.deb.bin noextract = mcuxpressoide-10.0.0_344.x86_64.deb.bin
options = !strip options = !strip
source = https://freescaleesd.flexnetoperations.com/337170/457/11291457/mcuxpressoide-10.0.0_344.x86_64.deb.bin source = https://freescaleesd.flexnetoperations.com/337170/457/11291457/mcuxpressoide-10.0.0_344.x86_64.deb.bin

View file

@ -2,13 +2,13 @@
pkgname=mcuxpresso-ide pkgname=mcuxpresso-ide
pkgver=10.0.0_344 pkgver=10.0.0_344
pkgrel=2 pkgrel=3
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=('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") source=("https://freescaleesd.flexnetoperations.com/337170/457/11291457/mcuxpressoide-${pkgver}.${arch}.deb.bin" "LICENSE")
noextract=("mcuxpressoide-${pkgver}.${arch}.deb.bin") noextract=("mcuxpressoide-${pkgver}.${arch}.deb.bin")
sha256sums=('e39a767b6bd8ef9e84efa2e20ecc07cc8c7a8bbcfb04633d52e0d02ea2b5ce73' sha256sums=('e39a767b6bd8ef9e84efa2e20ecc07cc8c7a8bbcfb04633d52e0d02ea2b5ce73'
@ -34,7 +34,7 @@ prepare() {
package() { 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 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/usr ${pkgdir}/;
cp -r ${srcdir}/mcuxpressoide/lib ${pkgdir}/usr/; cp -r ${srcdir}/mcuxpressoide/lib ${pkgdir}/usr/;