wok-tiny view libtcc/receipt @ rev 176

busybox: fix modules order
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 14 19:16:39 2021 +0000 (2021-07-14)
parents bb00d1e3b0f7
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libtcc"
4 VERSION="0.9.25"
5 CATEGORY="development"
6 GROUP="library"
7 SHORT_DESC="Tiny C Compiler code generator library"
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="LGPL"
10 WEB_SITE="http://bellard.org/tcc/"
11 WANTED="tcc"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $install/usr/include $fs/usr
18 cp -a $install/usr/lib/libtcc.a $fs/usr/lib
19 }