wok view mingw32-toolchain/receipt @ rev 6490

Added pixman-dev and xorg-libpciaccess-dev to xorg-server-dev depends. Need for pkg-config to get cflags variable in xorg-server.pc file.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Oct 01 00:57:53 2010 +0000 (2010-10-01)
parents
children bb009a6ef036
line source
1 # SliTaz package receipt.
3 PACKAGE="mingw32-toolchain"
4 VERSION="1.0"
5 CATEGORY="meta"
6 SHORT_DESC="MinGW32 toolchain meta package for devel."
7 MAINTAINER="rcx@zoominternet.net"
8 DEPENDS="mingw32-gcc"
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 }