wok-4.x view mingw32-runtime-headers/receipt @ rev 4028
mingw32-gcc-c: typo in FSH fix
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Sep 05 13:24:03 2009 +0200 (2009-09-05) |
parents | 05b5a901936b |
children | d437e141264c |
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"
14 MINGW32_TARGET="i586-pc-mingw32"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
21 mkdir -p _pkg/usr/lib/$MINGW32_TARGET
22 cp -a include _pkg/usr/lib/$MINGW32_TARGET
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs
29 cp -a $_pkg/* $fs
30 ln -s . $fs/usr/lib/$MINGW32_TARGET/usr
31 }