wok-6.x diff mspdebug/receipt @ rev 23988
syslinux: iso2exe/init scan all partitions
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Dec 03 09:39:27 2020 +0000 (2020-12-03) |
parents | bb009a6ef036 |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/mspdebug/receipt Sat Nov 30 15:44:51 2013 +0000 1.2 +++ b/mspdebug/receipt Thu Dec 03 09:39:27 2020 +0000 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