wok-current diff mingw32-w32api-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
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/mingw32-w32api-headers/receipt	Wed Jun 24 10:32:56 2009 +0000
     1.3 @@ -0,0 +1,30 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="mingw32-w32api-headers"
     1.7 +SOURCE="w32api"
     1.8 +VERSION="3.13-mingw32"
     1.9 +CATEGORY="development"
    1.10 +SHORT_DESC="MinGW32 w32api headers."
    1.11 +MAINTAINER="rcx@zoominternet.net"
    1.12 +DEPENDS=""
    1.13 +BUILD_DEPENDS=""
    1.14 +TARBALL="$SOURCE-$VERSION-src.tar.gz"
    1.15 +WEB_SITE="http://www.mingw.org/"
    1.16 +WGET_URL="$SF_MIRROR/mingw/$TARBALL"
    1.17 +MINGW32_TARGET="i586-pc-mingw32"
    1.18 +
    1.19 +# Rules to configure and make the package.
    1.20 +compile_rules()
    1.21 +{
    1.22 +	cd $src
    1.23 +	
    1.24 +	mkdir -p _pkg/usr/$MINGW32_TARGET
    1.25 +	cp -a include _pkg/usr/$MINGW32_TARGET
    1.26 +}
    1.27 +
    1.28 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.29 +genpkg_rules()
    1.30 +{
    1.31 +	mkdir -p $fs
    1.32 +	cp -a $_pkg/* $fs
    1.33 +}