wok-next view mspdebug/receipt @ 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 | d5aab818505e |
children | 81bc61d6540d |
line source
1 # SliTaz package receipt.
3 PACKAGE="mspdebug"
4 VERSION="0.25"
5 CATEGORY="development"
6 SHORT_DESC="Free debugger for use with MSP430 MCUs"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://mspdebug.sourceforge.net/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="libusb-compat-dev"
16 compile_rules()
17 {
18 sed -i 's|/usr/local|/usr|' Makefile
20 make WITHOUT_READLINE=1 &&
21 make DESTDIR=$install install
22 }
24 genpkg_rules()
25 {
26 cp -a $install/* $fs
28 DEPENDS="libusb-compat"
29 }