wok annotate mingw32-runtime-headers/receipt @ rev 3561

Add: mingw32
author Matthew Sheets <rcx@zoominternet.net>
date Wed Jun 24 10:32:56 2009 +0000 (2009-06-24)
parents
children 05b5a901936b
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
rcx@3561 21 mkdir -p _pkg/usr/$MINGW32_TARGET
rcx@3561 22 cp -a include _pkg/usr/$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
rcx@3561 30 }