wok view tcc-win32/receipt @ rev 13951

add python netifaces
author ernia <monghitri@aruba.it>
date Tue Jan 29 21:03:49 2013 +0000 (2013-01-29)
parents 4c16797dce28
children 83f4594dbebd
line source
1 # SliTaz package receipt.
3 PACKAGE="tcc-win32"
4 VERSION="0.9.25"
5 CATEGORY="development"
6 SHORT_DESC="fast Tiny C cross Compiler to win32 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"
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/i386-win32-tcc $fs/usr/bin
18 }