wok-next annotate mingw32-runtime-headers/receipt @ rev 21513

updated backintime (1.0.8 -> 1.2.1)
author Hans-G?nter Theisgen
date Fri Jun 19 10:04:19 2020 +0100 (2020-06-19)
parents bb009a6ef036
children
rev   line source
pascal@12905 1 # SliTaz package receipt.
pascal@12905 2
pascal@12905 3 PACKAGE="mingw32-runtime-headers"
pascal@12905 4 VERSION="3.15.2-mingw32"
pascal@12905 5 CATEGORY="development"
al@21020 6 SHORT_DESC="MinGW32 runtime 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="mingwrt"
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
pascal@12905 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
al@21020 23 cp -a profile/*.h $install$MINGW32_ROOT/include
pascal@12905 24 }
pascal@12905 25
al@21020 26 genpkg_rules() {
pascal@12905 27 mkdir -p $fs
pascal@15583 28 cp -a $install/* $fs
pascal@12905 29 }