wok-4.x view tcc-arm/receipt @ rev 6707
Added linux-module-headers. This is used to build 3rd party kernel modules. This is based on archlinux kernel26-headers PKGBUILD.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Oct 13 23:49:38 2010 +0000 (2010-10-13) |
parents | |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="tcc-arm"
4 VERSION="0.9.25"
5 CATEGORY="development"
6 SHORT_DESC="fast Tiny C cross Compiler to ARM target."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://bellard.org/$PACKAGE/"
9 DEPENDS="tcc-common"
10 WANTED="tcc"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/bin
16 cp -a $_pkg/usr/bin/arm-tcc* $fs/usr/bin
17 }