wok annotate mingw32-w32api-headers/receipt @ rev 4517

Up: foomatic-filters
author Rohit Joshi <jozee@slitaz.org>
date Thu Nov 26 12:10:25 2009 +0000 (2009-11-26)
parents 05b5a901936b
children d1768332cee0
rev   line source
rcx@3561 1 # SliTaz package receipt.
rcx@3561 2
rcx@3561 3 PACKAGE="mingw32-w32api-headers"
rcx@3561 4 SOURCE="w32api"
rcx@3561 5 VERSION="3.13-mingw32"
rcx@3561 6 CATEGORY="development"
rcx@3561 7 SHORT_DESC="MinGW32 w32api headers."
rcx@3561 8 MAINTAINER="rcx@zoominternet.net"
rcx@3561 9 DEPENDS=""
rcx@3561 10 BUILD_DEPENDS=""
rcx@3561 11 TARBALL="$SOURCE-$VERSION-src.tar.gz"
rcx@3561 12 WEB_SITE="http://www.mingw.org/"
rcx@3561 13 WGET_URL="$SF_MIRROR/mingw/$TARBALL"
rcx@4036 14
rcx@4036 15 # Configuration only needs included if we're in the build/wok environment
rcx@4036 16 if [ -e $WOK/mingw32-toolchain/stuff/mingw32.conf ] ; then
rcx@4036 17 . $WOK/mingw32-toolchain/stuff/mingw32.conf
rcx@4036 18 fi
rcx@3561 19
rcx@3561 20 # Rules to configure and make the package.
rcx@3561 21 compile_rules()
rcx@3561 22 {
rcx@3561 23 cd $src
rcx@3561 24
rcx@4036 25 mkdir -p _pkg$MINGW32_ROOT
rcx@4036 26 cp -a include _pkg$MINGW32_ROOT
rcx@3561 27 }
rcx@3561 28
rcx@3561 29 # Rules to gen a SliTaz package suitable for Tazpkg.
rcx@3561 30 genpkg_rules()
rcx@3561 31 {
rcx@3561 32 mkdir -p $fs
rcx@3561 33 cp -a $_pkg/* $fs
rcx@3561 34 }