wok-tiny view tcc-common/receipt @ rev 131

base-tiny: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 20 09:49:39 2017 +0200 (2017-08-20)
parents a6d2ddc65590
children 1e55ea7da8de
line source
1 # SliTaz package receipt.
3 PACKAGE="tcc-common"
4 VERSION="0.9.25"
5 CATEGORY="development"
6 SHORT_DESC="Common files for Tiny C Compilers"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="LGPL"
9 WEB_SITE="http://bellard.org/tcc/"
10 WANTED="tcc"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $install/usr/lib/tcc $fs/usr/lib
17 }