wok-next annotate tcc-x86_64/receipt @ rev 19647
Forgotten changes: libdrm-*, dbus, fontconfig, harfbuzz, libdrm, pixman, xorg-glproto.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Feb 23 00:58:26 2017 +0200 (2017-02-23) |
parents | a436a235f098 |
children | b30711bdbeb0 |
rev | line source |
---|---|
pascal@5573 | 1 # SliTaz package receipt. |
pascal@5573 | 2 |
pascal@5573 | 3 PACKAGE="tcc-x86_64" |
pascal@14343 | 4 VERSION="0.9.26" |
pascal@5573 | 5 CATEGORY="development" |
pascal@5573 | 6 SHORT_DESC="fast Tiny C cross Compiler to x86_64 target." |
pascal@5573 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@14996 | 8 LICENSE="LGPL2.1" |
pascal@13395 | 9 WEB_SITE="http://bellard.org/tcc/" |
pascal@5573 | 10 DEPENDS="tcc-common" |
pascal@5573 | 11 WANTED="tcc" |
pascal@13033 | 12 TAGS="compiler C" |
pascal@5573 | 13 |
pascal@5573 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@5573 | 15 genpkg_rules() |
pascal@5573 | 16 { |
pascal@5573 | 17 mkdir -p $fs/usr/bin |
pascal@13395 | 18 cp -a $install/usr/bin/x86_64-tcc $fs/usr/bin |
pascal@5573 | 19 } |
pascal@5573 | 20 |