wok view tcc-common/receipt @ rev 14781

Add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jul 05 13:51:55 2013 +0200 (2013-07-05)
parents 785fd267518b
children 76b72f1ad63c
line source
1 # SliTaz package receipt.
3 PACKAGE="tcc-common"
4 VERSION="0.9.26"
5 CATEGORY="development"
6 SHORT_DESC="fast Tiny C Compiler, common files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="LGPL"
9 WEB_SITE="http://bellard.org/tcc/"
10 WANTED="tcc"
11 HOST_ARCH="i486 arm"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/include
17 cp -a $install/usr/lib $fs/usr
18 mv $fs/usr/lib/tcc/include/tcclib.h $fs/usr/include
19 rm -rf $fs/usr/lib/tcc/win32
20 }