wok-next view mspdebug/receipt @ rev 21726

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
parents 80df7872382e
children
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 readline-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 }