wok view mingw32-runtime-headers/receipt @ rev 14396

ecore-dev: update deps
author Dominique Corbex <domcox@slitaz.org>
date Tue Apr 23 17:24:01 2013 +0200 (2013-04-23)
parents
children bb009a6ef036
line source
1 # SliTaz package receipt.
3 PACKAGE="mingw32-runtime-headers"
4 SOURCE="mingwrt"
5 VERSION="3.15.2-mingw32"
6 CATEGORY="development"
7 SHORT_DESC="MinGW32 runtime 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 cp -a profile/*.h _pkg$MINGW32_ROOT/include
28 }
30 # Rules to gen a SliTaz package suitable for Tazpkg.
31 genpkg_rules()
32 {
33 mkdir -p $fs
34 cp -a $_pkg/* $fs
35 }