wok annotate slitaz-toolchain/receipt @ rev 6654

Added linux-api-headers. This is like linux-headers but it doesn't depend on linux to be build. Also this means we can update the kernel without rebuild the toolchain.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Oct 11 02:17:02 2010 +0000 (2010-10-11)
parents cf22fee17710
children 3cf4db24714e
rev   line source
pankso@16 1 # SliTaz package receipt.
pankso@16 2
pankso@16 3 PACKAGE="slitaz-toolchain"
pankso@16 4 VERSION="1.0"
pankso@211 5 CATEGORY="meta"
pankso@16 6 SHORT_DESC="SliTaz toolchain meta package for devel."
pankso@16 7 MAINTAINER="pankso@slitaz.org"
slaxemulator@6654 8 DEPENDS="binutils linux-api-headers glibc-dev gcc make"
pankso@16 9 WEB_SITE="http://www.slitaz.org/"
pankso@16 10
pankso@16 11 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@16 12 genpkg_rules()
pankso@16 13 {
pankso@16 14 mkdir -p $fs/var
pankso@16 15 }