wok-next view mspdebug/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
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 }