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

conky: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 12 11:34:36 2013 +0000 (2013-08-12)
parents
children bb009a6ef036
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 }