wok annotate tcc-c67/receipt @ rev 13316
syslinux: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Aug 30 08:52:08 2012 +0200 (2012-08-30) |
parents | 2f9a90706449 |
children | 62f480b4cdc4 |
rev | line source |
---|---|
pascal@5573 | 1 # SliTaz package receipt. |
pascal@5573 | 2 |
pascal@5573 | 3 PACKAGE="tcc-c67" |
pascal@5573 | 4 VERSION="0.9.25" |
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@5573 | 8 WEB_SITE="http://bellard.org/$PACKAGE/" |
pascal@5573 | 9 DEPENDS="tcc-common" |
pascal@5573 | 10 WANTED="tcc" |
pascal@13033 | 11 TAGS="compiler C c67" |
pascal@5573 | 12 |
pascal@5573 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@5573 | 14 genpkg_rules() |
pascal@5573 | 15 { |
pascal@5573 | 16 mkdir -p $fs/usr/bin |
pascal@5573 | 17 cp -a $_pkg/usr/bin/c67-tcc $fs/usr/bin |
pascal@5573 | 18 } |
pascal@5573 | 19 |