wok-next annotate mingw32-w32api-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
rev   line source
pascal@12905 1 # SliTaz package receipt.
pascal@12905 2
pascal@12905 3 PACKAGE="mingw32-w32api-headers"
pascal@12905 4 VERSION="3.13-mingw32"
pascal@12905 5 CATEGORY="development"
al@21020 6 SHORT_DESC="MinGW32 w32api headers"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15583 8 LICENSE="PublicDomain"
al@21020 9 WEB_SITE="http://www.mingw.org/"
al@21020 10
al@21020 11 SOURCE="w32api"
pascal@12905 12 TARBALL="$SOURCE-$VERSION-src.tar.gz"
pascal@12905 13 WGET_URL="$SF_MIRROR/mingw/$TARBALL"
pascal@12905 14
pascal@12905 15 # Configuration only needs included if we're in the build/wok environment
al@21020 16 if [ -e $WOK/mingw32-toolchain/stuff/mingw32.conf ]; then
al@21020 17 . $WOK/mingw32-toolchain/stuff/mingw32.conf
pascal@12905 18 fi
pascal@12905 19
al@21020 20 compile_rules() {
al@21020 21 mkdir -p $install$MINGW32_ROOT
al@21020 22 cp -a include $install$MINGW32_ROOT
pascal@12905 23 }
pascal@12905 24
al@21020 25 genpkg_rules() {
pascal@12905 26 mkdir -p $fs
pascal@15583 27 cp -a $install/* $fs
pascal@12905 28 }