wok-current annotate tcc-c67/receipt @ rev 16602
Remove python-piface* (work only with python3) but add libmcp23s17 + libpifacedigital C library and utility
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed May 07 17:38:57 2014 +0200 (2014-05-07) |
parents | a436a235f098 |
children | a300e47088cc |
rev | line source |
---|---|
pascal@5573 | 1 # SliTaz package receipt. |
pascal@5573 | 2 |
pascal@5573 | 3 PACKAGE="tcc-c67" |
pascal@14343 | 4 VERSION="0.9.26" |
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@14996 | 8 LICENSE="LGPL2.1" |
pascal@13395 | 9 WEB_SITE="http://bellard.org/tcc/" |
pascal@5573 | 10 DEPENDS="tcc-common" |
pascal@5573 | 11 WANTED="tcc" |
pascal@13033 | 12 TAGS="compiler C c67" |
pascal@5573 | 13 |
pascal@5573 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@5573 | 15 genpkg_rules() |
pascal@5573 | 16 { |
pascal@5573 | 17 mkdir -p $fs/usr/bin |
pascal@13395 | 18 cp -a $install/usr/bin/c67-tcc $fs/usr/bin |
pascal@5573 | 19 } |
pascal@5573 | 20 |