wok annotate mspdebug/receipt @ rev 15583

Add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 30 15:44:51 2013 +0000 (2013-11-30)
parents 6b4a47136bff
children 7b885913f298
rev   line source
pascal@11215 1 # SliTaz package receipt.
pascal@11215 2
pascal@11215 3 PACKAGE="mspdebug"
pascal@11215 4 VERSION="0.17"
pascal@11215 5 CATEGORY="development"
pascal@11215 6 SHORT_DESC="free debugger for use with MSP430 MCUs."
pascal@11215 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15583 8 LICENSE="GPL2"
pascal@11215 9 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@11215 10 WEB_SITE="http://$PACKAGE.sourceforge.net/"
pascal@11215 11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@11215 12
pascal@11215 13 DEPENDS="libusb-compat"
pascal@11215 14 BUILD_DEPENDS="libusb-compat-dev"
pascal@11215 15
pascal@11215 16 # Rules to configure and make the package.
pascal@11215 17 compile_rules()
pascal@11215 18 {
pascal@11215 19 cd $src
pascal@11215 20 sed -i 's|/usr/local|/usr|' Makefile
pascal@11215 21 make WITHOUT_READLINE=1 &&
pascal@15583 22 make DESTDIR=$DESTDIR install
pascal@11215 23 }
pascal@11215 24
pascal@11215 25 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@11215 26 genpkg_rules()
pascal@11215 27 {
pascal@15583 28 cp -a $install/* $fs
pascal@11215 29 }