wok rev 21493

updated mspdebug (0.17 -> 8.25)
author Hans-G?nter Theisgen
date Thu May 02 11:28:38 2019 +0100 (2019-05-02)
parents bc3d22d15703
children 12c94db44a24
files mspdebug/receipt
line diff
     1.1 --- a/mspdebug/receipt	Thu May 02 11:14:40 2019 +0100
     1.2 +++ b/mspdebug/receipt	Thu May 02 11:28:38 2019 +0100
     1.3 @@ -1,14 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="mspdebug"
     1.7 -VERSION="0.17"
     1.8 +VERSION="0.25"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="free debugger for use with MSP430 MCUs."
    1.11 +SHORT_DESC="Free debugger for use with MSP430 MCUs."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 +WEB_SITE="https://dlbeer.co.nz/mspdebug/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="http://$PACKAGE.sourceforge.net/"
    1.18 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.19 +WGET_URL="https://github.com/dlbeer/$PACKAGE/archive/v$VERSION.tar.gz"
    1.20  
    1.21  DEPENDS="libusb-compat"
    1.22  BUILD_DEPENDS="libusb-compat-dev"
    1.23 @@ -16,9 +17,10 @@
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26  {
    1.27 -	cd $src
    1.28  	sed -i 's|/usr/local|/usr|' Makefile
    1.29 -	make WITHOUT_READLINE=1 &&
    1.30 +	export WITHOUT_READLINE=1
    1.31 +
    1.32 +	make &&
    1.33  	make DESTDIR=$DESTDIR install
    1.34  }
    1.35