wok-6.x view tcc-x86_64/receipt @ rev 7938
slitaz-mercurial-style: Migration continue (one can follow in live on hg.slitaz.org)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Jan 11 22:37:12 2011 +0100 (2011-01-11) |
parents | |
children | 4c16797dce28 |
line source
1 # SliTaz package receipt.
3 PACKAGE="tcc-x86_64"
4 VERSION="0.9.25"
5 CATEGORY="development"
6 SHORT_DESC="fast Tiny C cross Compiler to x86_64 target."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://bellard.org/$PACKAGE/"
9 DEPENDS="tcc-common"
10 WANTED="tcc"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/bin
16 cp -a $_pkg/usr/bin/x86_64-tcc $fs/usr/bin
17 }