wok view mingw32-w32api-headers/receipt @ rev 4517

Up: foomatic-filters
author Rohit Joshi <jozee@slitaz.org>
date Thu Nov 26 12:10:25 2009 +0000 (2009-11-26)
parents 05b5a901936b
children d1768332cee0
line source
1 # SliTaz package receipt.
3 PACKAGE="mingw32-w32api-headers"
4 SOURCE="w32api"
5 VERSION="3.13-mingw32"
6 CATEGORY="development"
7 SHORT_DESC="MinGW32 w32api headers."
8 MAINTAINER="rcx@zoominternet.net"
9 DEPENDS=""
10 BUILD_DEPENDS=""
11 TARBALL="$SOURCE-$VERSION-src.tar.gz"
12 WEB_SITE="http://www.mingw.org/"
13 WGET_URL="$SF_MIRROR/mingw/$TARBALL"
15 # Configuration only needs included if we're in the build/wok environment
16 if [ -e $WOK/mingw32-toolchain/stuff/mingw32.conf ] ; then
17 . $WOK/mingw32-toolchain/stuff/mingw32.conf
18 fi
20 # Rules to configure and make the package.
21 compile_rules()
22 {
23 cd $src
25 mkdir -p _pkg$MINGW32_ROOT
26 cp -a include _pkg$MINGW32_ROOT
27 }
29 # Rules to gen a SliTaz package suitable for Tazpkg.
30 genpkg_rules()
31 {
32 mkdir -p $fs
33 cp -a $_pkg/* $fs
34 }