wok-6.x diff mingw32-w32api-headers/receipt @ rev 3624
Upgrade: menu-cache (0.2.2 to 0.2.5)
author | Matthew Sheets <rcx@zoominternet.net> |
---|---|
date | Tue Jun 30 15:16:28 2009 +0000 (2009-06-30) |
parents | |
children | 05b5a901936b |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/mingw32-w32api-headers/receipt Tue Jun 30 15:16:28 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 +}