wok-next view mingw32-runtime-headers/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents bb009a6ef036
children
line source
1 # SliTaz package receipt.
3 PACKAGE="mingw32-runtime-headers"
4 VERSION="3.15.2-mingw32"
5 CATEGORY="development"
6 SHORT_DESC="MinGW32 runtime headers"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="PublicDomain"
9 WEB_SITE="http://www.mingw.org/"
11 SOURCE="mingwrt"
12 TARBALL="$SOURCE-$VERSION-src.tar.gz"
13 WGET_URL="$SF_MIRROR/mingw/$TARBALL"
15 # Configuration only needs included if we're in the build/wok environment
16 if [ -e $WOK/mingw32-toolchain/stuff/mingw32.conf ]; then
17 . $WOK/mingw32-toolchain/stuff/mingw32.conf
18 fi
20 compile_rules() {
21 mkdir -p $install$MINGW32_ROOT
22 cp -a include $install$MINGW32_ROOT
23 cp -a profile/*.h $install$MINGW32_ROOT/include
24 }
26 genpkg_rules() {
27 mkdir -p $fs
28 cp -a $install/* $fs
29 }