wok-current annotate tcc-c67/receipt @ rev 25733
Accept licence PyQt-x11-gpl, bump firmware* to 20240610, build imagemagick (merge)
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Fri Dec 20 16:13:23 2024 +0000 (4 weeks ago) |
parents | faca15849ae5 |
children |
rev | line source |
---|---|
pascal@5573 | 1 # SliTaz package receipt. |
pascal@5573 | 2 |
pascal@5573 | 3 PACKAGE="tcc-c67" |
pascal@20185 | 4 VERSION="0.9.27" |
pascal@5573 | 5 CATEGORY="development" |
pascal@5573 | 6 SHORT_DESC="fast Tiny C cross Compiler to C67 target." |
pascal@5573 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@20186 | 8 LICENSE="MIT LGPL2.1" |
pascal@20669 | 9 WEB_SITE="https://bellard.org/tcc/" |
pascal@5573 | 10 DEPENDS="tcc-common" |
pascal@5573 | 11 WANTED="tcc" |
pascal@13033 | 12 TAGS="compiler C c67" |
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@13395 | 18 cp -a $install/usr/bin/c67-tcc $fs/usr/bin |
pascal@5573 | 19 } |
pascal@5573 | 20 |