wok-next view mingw32-w32api-headers/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents bb009a6ef036
children
line source
1 # SliTaz package receipt.
3 PACKAGE="mingw32-w32api-headers"
4 VERSION="3.13-mingw32"
5 CATEGORY="development"
6 SHORT_DESC="MinGW32 w32api headers"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="PublicDomain"
9 WEB_SITE="http://www.mingw.org/"
11 SOURCE="w32api"
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 }
25 genpkg_rules() {
26 mkdir -p $fs
27 cp -a $install/* $fs
28 }