wok-next diff mspdebug/receipt @ rev 21110

subversion: update dependencies
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jan 11 04:06:27 2019 +0200 (2019-01-11)
parents bb009a6ef036
children 80df7872382e
line diff
     1.1 --- a/mspdebug/receipt	Sat Nov 30 15:44:51 2013 +0000
     1.2 +++ b/mspdebug/receipt	Fri Jan 11 04:06:27 2019 +0200
     1.3 @@ -3,27 +3,24 @@
     1.4  PACKAGE="mspdebug"
     1.5  VERSION="0.17"
     1.6  CATEGORY="development"
     1.7 -SHORT_DESC="free debugger for use with MSP430 MCUs."
     1.8 +SHORT_DESC="Free debugger for use with MSP430 MCUs"
     1.9  MAINTAINER="pascal.bellard@slitaz.org"
    1.10  LICENSE="GPL2"
    1.11 +WEB_SITE="http://mspdebug.sourceforge.net/"
    1.12 +
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14 -WEB_SITE="http://$PACKAGE.sourceforge.net/"
    1.15  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.16  
    1.17 -DEPENDS="libusb-compat"
    1.18  BUILD_DEPENDS="libusb-compat-dev"
    1.19  
    1.20 -# Rules to configure and make the package.
    1.21 -compile_rules()
    1.22 -{
    1.23 -	cd $src
    1.24 +compile_rules() {
    1.25  	sed -i 's|/usr/local|/usr|' Makefile
    1.26 +
    1.27  	make WITHOUT_READLINE=1 &&
    1.28 -	make DESTDIR=$DESTDIR install
    1.29 +	make DESTDIR=$install install
    1.30  }
    1.31  
    1.32 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.33 -genpkg_rules()
    1.34 -{
    1.35 +genpkg_rules() {
    1.36  	cp -a $install/* $fs
    1.37 +	DEPENDS="libusb-compat"
    1.38  }