wok annotate tcc-arm/receipt @ rev 20185
Up tcc (0.9.27)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Feb 01 14:55:28 2018 +0100 (2018-02-01) |
parents | 76b72f1ad63c |
children | faca15849ae5 |
rev | line source |
---|---|
pascal@5573 | 1 # SliTaz package receipt. |
pascal@5573 | 2 |
pascal@5573 | 3 PACKAGE="tcc-arm" |
pascal@20185 | 4 VERSION="0.9.27" |
pascal@5573 | 5 CATEGORY="development" |
pascal@5573 | 6 SHORT_DESC="fast Tiny C cross Compiler to ARM target." |
pascal@5573 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@20185 | 8 LICENSE="MIT" |
pascal@13395 | 9 WEB_SITE="http://bellard.org/tcc/" |
pascal@5573 | 10 DEPENDS="tcc-common" |
pascal@5573 | 11 WANTED="tcc" |
pascal@13033 | 12 TAGS="compiler C arm" |
pascal@5573 | 13 |
pascal@5573 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@5573 | 15 genpkg_rules() |
pascal@5573 | 16 { |
pascal@5573 | 17 mkdir -p $fs/usr/bin |
pascal@14346 | 18 cp -a $install/usr/bin/arm-*-tcc $fs/usr/bin |
pascal@5573 | 19 } |
pascal@5573 | 20 |