wok-next rev 21379
updated mspdebug (0.17 -> 0.25)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Apr 16 16:31:49 2020 +0100 (2020-04-16) |
parents | 339809046c39 |
children | 81bc61d6540d |
files | mspdebug/receipt |
line diff
1.1 --- a/mspdebug/receipt Thu Apr 16 14:54:53 2020 +0100 1.2 +++ b/mspdebug/receipt Thu Apr 16 16:31:49 2020 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="mspdebug" 1.7 -VERSION="0.17" 1.8 +VERSION="0.25" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Free debugger for use with MSP430 MCUs" 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -13,14 +13,17 @@ 1.13 1.14 BUILD_DEPENDS="libusb-compat-dev" 1.15 1.16 -compile_rules() { 1.17 +compile_rules() 1.18 +{ 1.19 sed -i 's|/usr/local|/usr|' Makefile 1.20 1.21 make WITHOUT_READLINE=1 && 1.22 make DESTDIR=$install install 1.23 } 1.24 1.25 -genpkg_rules() { 1.26 - cp -a $install/* $fs 1.27 +genpkg_rules() 1.28 +{ 1.29 + cp -a $install/* $fs 1.30 + 1.31 DEPENDS="libusb-compat" 1.32 }