wok-6.x view tcc-c67/receipt @ rev 14354
hubbub: add -Wno-error=unused-but-set-variable
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Apr 17 08:58:45 2013 +0200 (2013-04-17) |
parents | 62f480b4cdc4 |
children | a436a235f098 |
line source
1 # SliTaz package receipt.
3 PACKAGE="tcc-c67"
4 VERSION="0.9.26"
5 CATEGORY="development"
6 SHORT_DESC="fast Tiny C cross Compiler to C67 target."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://bellard.org/tcc/"
9 DEPENDS="tcc-common"
10 WANTED="tcc"
11 TAGS="compiler C c67"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/bin
17 cp -a $install/usr/bin/c67-tcc $fs/usr/bin
18 }