wok diff mingw32-runtime-headers/receipt @ rev 14396

ecore-dev: update deps
author Dominique Corbex <domcox@slitaz.org>
date Tue Apr 23 17:24:01 2013 +0200 (2013-04-23)
parents
children bb009a6ef036
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/mingw32-runtime-headers/receipt	Tue Apr 23 17:24:01 2013 +0200
     1.3 @@ -0,0 +1,35 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="mingw32-runtime-headers"
     1.7 +SOURCE="mingwrt"
     1.8 +VERSION="3.15.2-mingw32"
     1.9 +CATEGORY="development"
    1.10 +SHORT_DESC="MinGW32 runtime 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 +	cp -a profile/*.h _pkg$MINGW32_ROOT/include
    1.31 +}
    1.32 +
    1.33 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.34 +genpkg_rules()
    1.35 +{
    1.36 +	mkdir -p $fs
    1.37 +	cp -a $_pkg/* $fs
    1.38 +}