wok annotate mingw32-runtime-headers/receipt @ rev 7245

Changed url address in coreutils so it will work.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Nov 13 22:12:32 2010 +0000 (2010-11-13)
parents 589a78b28bb2
children d1768332cee0
rev   line source
rcx@3561 1 # SliTaz package receipt.
rcx@3561 2
rcx@3561 3 PACKAGE="mingw32-runtime-headers"
rcx@3561 4 SOURCE="mingwrt"
rcx@3561 5 VERSION="3.15.2-mingw32"
rcx@3561 6 CATEGORY="development"
rcx@3561 7 SHORT_DESC="MinGW32 runtime 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@4036 27 cp -a profile/*.h _pkg$MINGW32_ROOT/include
rcx@3561 28 }
rcx@3561 29
rcx@3561 30 # Rules to gen a SliTaz package suitable for Tazpkg.
rcx@3561 31 genpkg_rules()
rcx@3561 32 {
rcx@3561 33 mkdir -p $fs
rcx@3561 34 cp -a $_pkg/* $fs
rcx@3561 35 }