wok-4.x annotate tcc-common/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 | 2f9a90706449 |
children | ca0901691a7a |
rev | line source |
---|---|
pascal@5573 | 1 # SliTaz package receipt. |
pascal@5573 | 2 |
pascal@5573 | 3 PACKAGE="tcc-common" |
pascal@5573 | 4 VERSION="0.9.25" |
pascal@5573 | 5 CATEGORY="development" |
pascal@5573 | 6 SHORT_DESC="fast Tiny C Compiler, common files." |
pascal@5573 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@5573 | 8 WEB_SITE="http://bellard.org/$PACKAGE/" |
pascal@5573 | 9 WANTED="tcc" |
pascal@5573 | 10 |
pascal@5573 | 11 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@5573 | 12 genpkg_rules() |
pascal@5573 | 13 { |
pascal@5579 | 14 mkdir -p $fs/usr/include |
pascal@5573 | 15 cp -a $_pkg/usr/lib $fs/usr |
pascal@5579 | 16 mv $fs/usr/lib/tcc/include/libtcc.h $fs/usr/include |
pascal@5573 | 17 } |
pascal@5573 | 18 |