wok-next view mspdebug/receipt @ rev 21153

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 31 16:45:41 2019 +0200 (2019-01-31)
parents bb009a6ef036
children 80df7872382e
line source
1 # SliTaz package receipt.
3 PACKAGE="mspdebug"
4 VERSION="0.17"
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 sed -i 's|/usr/local|/usr|' Makefile
19 make WITHOUT_READLINE=1 &&
20 make DESTDIR=$install install
21 }
23 genpkg_rules() {
24 cp -a $install/* $fs
25 DEPENDS="libusb-compat"
26 }