wok-6.x annotate tcc-arm64/receipt @ rev 20450
youtube-dl: rename source
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Sep 21 13:01:08 2018 +0200 (2018-09-21) |
parents | a300e47088cc |
children | a78610b2eb47 |
rev | line source |
---|---|
pascal@20185 | 1 # SliTaz package receipt. |
pascal@20185 | 2 |
pascal@20185 | 3 PACKAGE="tcc-arm64" |
pascal@20185 | 4 VERSION="0.9.27" |
pascal@20185 | 5 CATEGORY="development" |
pascal@20185 | 6 SHORT_DESC="fast Tiny C cross Compiler to ARM64 target." |
pascal@20185 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@20186 | 8 LICENSE="MIT LGPL2.1" |
pascal@20185 | 9 WEB_SITE="http://bellard.org/tcc/" |
pascal@20185 | 10 DEPENDS="tcc-common" |
pascal@20185 | 11 WANTED="tcc" |
pascal@20185 | 12 TAGS="compiler C arm64" |
pascal@20185 | 13 |
pascal@20185 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@20185 | 15 genpkg_rules() |
pascal@20185 | 16 { |
pascal@20185 | 17 mkdir -p $fs/usr/bin |
pascal@20186 | 18 cp -a $install/usr/bin/arm64-tcc $fs/usr/bin |
pascal@20185 | 19 } |
pascal@20185 | 20 |