# Maintainer: Marian Buschsieweke pkgname=mspdebugstack pkgver=3.15.1.1 pkgrel=0 pkgdesc="Library to interface with MSP430 debuggers" url="https://www.ti.com/tool/download/MSPDS-OPEN-SOURCE" makedepends=" boost-dev hidapi-dev libusb-compat-dev unzip " arch="all" license="custom" source="http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSPDS/3_15_1_001/export/MSPDebugStack_OS_Package_${pkgver//./_}.zip fix-build.patch license.txt " options="!check" # no unit tests provided builddir="$srcdir" build() { make } package() { install -Dm755 -t "$pkgdir/usr/lib" "libmsp430.so" install -Dm644 license.txt "$pkgdir/usr/share/licenses/$pkgname/COPYING" } sha512sums="0131828850843f0fdbeaa21f5323e4afd0e687a149c3dd773f4e42e520074b42957a3a45955fb805b46490a1955e7409b8cdc3a7be977a7cab97052a215b8807 MSPDebugStack_OS_Package_3_15_1_1.zip c962fff8181b4aaae9338b9f152c7307c5156ad01f9140c7aa4e99a75e5aded396b9d474782f31c9a6820c248bc80cbf711df0d0e4ec2998f5b40a4e9f5ae868 fix-build.patch c486f181d9f459a5fc7b1ec1359d985f316a0916fd3fef1993af4e0c4953060e14049c31b2c3ab292bfd166492d1fc8f977ac691e472bd55dd6a998fdcfbf18c license.txt"