wok annotate 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
rev   line source
rcx@3561 1 # SliTaz package receipt.
rcx@3561 2
rcx@3561 3 PACKAGE="mingw32-runtime-headers"
rcx@3561 4 SOURCE="mingwrt"
rcx@3561 5 VERSION="3.15.2-mingw32"
rcx@3561 6 CATEGORY="development"
rcx@3561 7 SHORT_DESC="MinGW32 runtime headers."
rcx@3561 8 MAINTAINER="rcx@zoominternet.net"
rcx@3561 9 DEPENDS=""
rcx@3561 10 BUILD_DEPENDS=""
rcx@3561 11 TARBALL="$SOURCE-$VERSION-src.tar.gz"
rcx@3561 12 WEB_SITE="http://www.mingw.org/"
rcx@3561 13 WGET_URL="$SF_MIRROR/mingw/$TARBALL"
rcx@3561 14 MINGW32_TARGET="i586-pc-mingw32"
rcx@3561 15
rcx@3561 16 # Rules to configure and make the package.
rcx@3561 17 compile_rules()
rcx@3561 18 {
rcx@3561 19 cd $src
rcx@3561 20
pascal@4015 21 mkdir -p _pkg/usr/lib/$MINGW32_TARGET
pascal@4015 22 cp -a include _pkg/usr/lib/$MINGW32_TARGET
rcx@3561 23 }
rcx@3561 24
rcx@3561 25 # Rules to gen a SliTaz package suitable for Tazpkg.
rcx@3561 26 genpkg_rules()
rcx@3561 27 {
rcx@3561 28 mkdir -p $fs
rcx@3561 29 cp -a $_pkg/* $fs
pascal@4028 30 ln -s . $fs/usr/lib/$MINGW32_TARGET/usr
rcx@3561 31 }