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

merge
author Christophe Lincoln <pankso@slitaz.org>
date Thu Aug 27 11:36:57 2009 +0200 (2009-08-27)
parents
children 05b5a901936b
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/mingw32-runtime-headers/receipt	Thu Aug 27 11:36:57 2009 +0200
     1.3 @@ -0,0 +1,30 @@
     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 +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 +}