wok view tcc-common/receipt @ rev 13383
Add serd & sord
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Sep 22 23:05:11 2012 +0200 (2012-09-22) |
parents | ca0901691a7a |
children | 62f480b4cdc4 |
line source
1 # SliTaz package receipt.
3 PACKAGE="tcc-common"
4 VERSION="0.9.25"
5 CATEGORY="development"
6 SHORT_DESC="fast Tiny C Compiler, common files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://bellard.org/$PACKAGE/"
9 WANTED="tcc"
10 HOST_ARCH="i486 arm"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/include
16 cp -a $install/usr/lib $fs/usr
17 mv $fs/usr/lib/tcc/include/tcclib.h $fs/usr/include
18 }