wok annotate mingw32-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
children bb009a6ef036
rev   line source
rcx@4036 1 # SliTaz package receipt.
rcx@4036 2
rcx@4036 3 PACKAGE="mingw32-toolchain"
rcx@4036 4 VERSION="1.0"
rcx@4036 5 CATEGORY="meta"
rcx@4036 6 SHORT_DESC="MinGW32 toolchain meta package for devel."
rcx@4036 7 MAINTAINER="rcx@zoominternet.net"
rcx@4036 8 DEPENDS="mingw32-gcc"
rcx@4036 9 WEB_SITE="http://www.slitaz.org/"
rcx@4036 10
rcx@4036 11 # Rules to gen a SliTaz package suitable for Tazpkg.
rcx@4036 12 genpkg_rules()
rcx@4036 13 {
rcx@4036 14 mkdir -p $fs/var
rcx@4036 15 }