python-msp430-tools: update to 0.8.
This commit is contained in:
parent
d125b2b877
commit
3aa0ef511c
1 changed files with 4 additions and 12 deletions
|
@ -1,28 +1,20 @@
|
||||||
# Template file for 'python-msp430-tools'
|
# Template file for 'python-msp430-tools'
|
||||||
pkgname=python-msp430-tools
|
pkgname=python-msp430-tools
|
||||||
version=0.6
|
version=0.8
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="${pkgname}"
|
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
pycompile_module="msp430"
|
pycompile_module="msp430"
|
||||||
hostmakedepends="python-setuptools"
|
hostmakedepends="python-setuptools"
|
||||||
depends="python-pyserial"
|
depends="python-pyserial"
|
||||||
short_desc="Collection of tools related to the MSP430 embedded processor"
|
short_desc="Collection of tools related to the MSP430 embedded processor"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="BSD"
|
license="3-clause-BSD"
|
||||||
homepage="http://pypi.python.org/pypi/python-msp430-tools"
|
homepage="http://pypi.python.org/pypi/python-msp430-tools"
|
||||||
distfiles="${PYPI_SITE}/p/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=a18edfcf99fdddd82d9cd64e19a5688d164cd464030ae55c5f6bac471ac48b44
|
checksum=c7d44bcbf14f720d167d6f8e33a1c77eff26b3733200ef79c2ea35b98a9c1d4a
|
||||||
|
|
||||||
post_extract() {
|
|
||||||
for f in scripts/*.py; do
|
|
||||||
mv $f ${f%.py}
|
|
||||||
done
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt LICENSE
|
vlicense LICENSE.txt LICENSE
|
||||||
rm ${DESTDIR}/usr/bin/msp430-gdb # clash with msp430-toolchain
|
|
||||||
rm ${DESTDIR}/usr/bin/msp430-downloader # needs EasyDialogs
|
rm ${DESTDIR}/usr/bin/msp430-downloader # needs EasyDialogs
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue