summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5509599090ede7e4c14346948cf912e1b06030e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Author: Kyle Manna <kyle(at)kylemanna(dot)com>
#
# Download the source file and place in the current directory.  Website requires login
# and license agreement.

pkgname=kinetis-design-studio-bin
pkgver=3.2.0
pkgrel=3
pkgdesc="NXP / Freescale Kinetis Design Studio"
#arch=('i686' 'x86_64')
arch=('x86_64')
url="https://nxp.flexnetoperations.com/control/frse/download?element=7490617"
license=('EULA')
depends=('lib32-ncurses5-compat-libs')
options=('!strip')
source=("file://kinetis-design-studio_${pkgver}-1_amd64.deb")
sha512sums=('93c0f2f5e78f1cd2d184bf8ab26e72d4565e552a0c36a31d34a9b9b35e5c2d04cab41b1c5e3c37d9d5e9f653124b33db6a2f3224a30424ed53a1d8d811f70e5c')

package() {
    tar -zxf data.tar.gz -C "${pkgdir}"

    # /lib is a symlink to /usr/lib
    mv "${pkgdir}/lib" "${pkgdir}/usr"
}