wok-stable view slitaz-toolchain/receipt @ rev 7490

Up: warzone2100 to 2.3.6. Added --disable-motif so we don't need openmotif as depend for warzone2100 to run.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 02 23:04:15 2010 +0000 (2010-12-02)
parents cf22fee17710
children 3cf4db24714e
line source
1 # SliTaz package receipt.
3 PACKAGE="slitaz-toolchain"
4 VERSION="1.0"
5 CATEGORY="meta"
6 SHORT_DESC="SliTaz toolchain meta package for devel."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="binutils linux-api-headers glibc-dev gcc make"
9 WEB_SITE="http://www.slitaz.org/"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/var
15 }