wok view slitaz-toolchain/receipt @ rev 5369

rename qt-everywhere* to simple qt4; improve all receipts; tazwok need to work with SOURCE and WANTED (feature not patched for quite long now); improve compile options and add libQtOpenGL back
author Rohit Joshi <jozee@slitaz.org>
date Thu Apr 29 14:42:30 2010 -0400 (2010-04-29)
parents 205636471fd3
children fbe11f5b74e3
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-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 }