wok-next annotate mspdebug/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents bb009a6ef036
children 80df7872382e
rev   line source
pascal@11215 1 # SliTaz package receipt.
pascal@11215 2
pascal@11215 3 PACKAGE="mspdebug"
pascal@11215 4 VERSION="0.17"
pascal@11215 5 CATEGORY="development"
al@21020 6 SHORT_DESC="Free debugger for use with MSP430 MCUs"
pascal@11215 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15583 8 LICENSE="GPL2"
al@21020 9 WEB_SITE="http://mspdebug.sourceforge.net/"
al@21020 10
pascal@11215 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@11215 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@11215 13
pascal@11215 14 BUILD_DEPENDS="libusb-compat-dev"
pascal@11215 15
al@21020 16 compile_rules() {
pascal@11215 17 sed -i 's|/usr/local|/usr|' Makefile
al@21020 18
pascal@11215 19 make WITHOUT_READLINE=1 &&
al@21020 20 make DESTDIR=$install install
pascal@11215 21 }
pascal@11215 22
al@21020 23 genpkg_rules() {
pascal@15583 24 cp -a $install/* $fs
al@21020 25 DEPENDS="libusb-compat"
pascal@11215 26 }