wok view tcc-arm/receipt @ rev 13224

get-wifi-firmware: fix get-ipw2?00-firmware
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 12 15:55:25 2012 +0200 (2012-08-12)
parents 2f9a90706449
children 62f480b4cdc4
line source
1 # SliTaz package receipt.
3 PACKAGE="tcc-arm"
4 VERSION="0.9.25"
5 CATEGORY="development"
6 SHORT_DESC="fast Tiny C cross Compiler to ARM target."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://bellard.org/$PACKAGE/"
9 DEPENDS="tcc-common"
10 WANTED="tcc"
11 TAGS="compiler C arm"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/bin
17 cp -a $_pkg/usr/bin/arm-tcc* $fs/usr/bin
18 }