wok view mspdebug/receipt @ rev 11215

Add from wok-undigest: tslib tslib-dev util-linux-ng-flock swfdec swfdec-dev perl-net-pcap net-tools mspdebug
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 03 17:36:16 2011 +0100 (2011-11-03)
parents
children bb009a6ef036
line source
1 # SliTaz package receipt.
3 PACKAGE="mspdebug"
4 VERSION="0.17"
5 CATEGORY="development"
6 SHORT_DESC="free debugger for use with MSP430 MCUs."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://$PACKAGE.sourceforge.net/"
10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
12 DEPENDS="libusb-compat"
13 BUILD_DEPENDS="libusb-compat-dev"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 sed -i 's|/usr/local|/usr|' Makefile
20 make WITHOUT_READLINE=1 &&
21 make DESTDIR=$PWD/_pkg install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 cp -a $_pkg/* $fs
28 }