wok diff mingw32-w32api-headers/receipt @ rev 13457

hostpad: add missing file
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Oct 07 23:49:54 2012 +0200 (2012-10-07)
parents
children bb009a6ef036
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/mingw32-w32api-headers/receipt	Sun Oct 07 23:49:54 2012 +0200
     1.3 @@ -0,0 +1,34 @@
     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 +
    1.18 +# Configuration only needs included if we're in the build/wok environment
    1.19 +if [ -e $WOK/mingw32-toolchain/stuff/mingw32.conf ] ; then
    1.20 +	. $WOK/mingw32-toolchain/stuff/mingw32.conf
    1.21 +fi
    1.22 +
    1.23 +# Rules to configure and make the package.
    1.24 +compile_rules()
    1.25 +{
    1.26 +	cd $src
    1.27 +	
    1.28 +	mkdir -p _pkg$MINGW32_ROOT
    1.29 +	cp -a include _pkg$MINGW32_ROOT
    1.30 +}
    1.31 +
    1.32 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.33 +genpkg_rules()
    1.34 +{
    1.35 +	mkdir -p $fs
    1.36 +	cp -a $_pkg/* $fs
    1.37 +}