# HG changeset patch # User Hans-G?nter Theisgen # Date 1556792918 -3600 # Node ID 7b885913f2984d2b848857aa091587a16212ec21 # Parent bc3d22d1570363b001aac94a7f2a7ae9dadc832c updated mspdebug (0.17 -> 8.25) diff -r bc3d22d15703 -r 7b885913f298 mspdebug/receipt --- a/mspdebug/receipt Thu May 02 11:14:40 2019 +0100 +++ b/mspdebug/receipt Thu May 02 11:28:38 2019 +0100 @@ -1,14 +1,15 @@ # SliTaz package receipt. PACKAGE="mspdebug" -VERSION="0.17" +VERSION="0.25" CATEGORY="development" -SHORT_DESC="free debugger for use with MSP430 MCUs." +SHORT_DESC="Free debugger for use with MSP430 MCUs." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" +WEB_SITE="https://dlbeer.co.nz/mspdebug/" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://$PACKAGE.sourceforge.net/" -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +WGET_URL="https://github.com/dlbeer/$PACKAGE/archive/v$VERSION.tar.gz" DEPENDS="libusb-compat" BUILD_DEPENDS="libusb-compat-dev" @@ -16,9 +17,10 @@ # Rules to configure and make the package. compile_rules() { - cd $src sed -i 's|/usr/local|/usr|' Makefile - make WITHOUT_READLINE=1 && + export WITHOUT_READLINE=1 + + make && make DESTDIR=$DESTDIR install }