# HG changeset patch # User Hans-G?nter Theisgen # Date 1587051109 -3600 # Node ID 80df7872382e956f45784ac709aa8b7dbcc343dc # Parent 339809046c39a05f4f2f54ce73e701f66f873f0d updated mspdebug (0.17 -> 0.25) diff -r 339809046c39 -r 80df7872382e mspdebug/receipt --- a/mspdebug/receipt Thu Apr 16 14:54:53 2020 +0100 +++ b/mspdebug/receipt Thu Apr 16 16:31:49 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="mspdebug" -VERSION="0.17" +VERSION="0.25" CATEGORY="development" SHORT_DESC="Free debugger for use with MSP430 MCUs" MAINTAINER="pascal.bellard@slitaz.org" @@ -13,14 +13,17 @@ BUILD_DEPENDS="libusb-compat-dev" -compile_rules() { +compile_rules() +{ sed -i 's|/usr/local|/usr|' Makefile make WITHOUT_READLINE=1 && make DESTDIR=$install install } -genpkg_rules() { - cp -a $install/* $fs +genpkg_rules() +{ + cp -a $install/* $fs + DEPENDS="libusb-compat" }