wok view tcc-common/receipt @ rev 20896

updated ethtool (4.2 -> 4.19)
author Hans-G?nter Theisgen
date Tue Feb 26 14:11:25 2019 +0100 (2019-02-26)
parents faca15849ae5
children
line source
1 # SliTaz package receipt.
3 PACKAGE="tcc-common"
4 VERSION="0.9.27"
5 CATEGORY="development"
6 SHORT_DESC="fast Tiny C Compiler, common files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT LGPL2.1"
9 WEB_SITE="https://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 }