wok-next diff 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 |
line diff
1.1 --- a/mingw32-w32api-headers/receipt Sat Nov 30 15:44:51 2013 +0000 1.2 +++ b/mingw32-w32api-headers/receipt Sat Nov 21 14:32:44 2020 +0100 1.3 @@ -1,36 +1,28 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="mingw32-w32api-headers" 1.7 -SOURCE="w32api" 1.8 VERSION="3.13-mingw32" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="MinGW32 w32api headers." 1.11 -MAINTAINER="rcx@zoominternet.net" 1.12 +SHORT_DESC="MinGW32 w32api headers" 1.13 +MAINTAINER="devel@slitaz.org" 1.14 LICENSE="PublicDomain" 1.15 +WEB_SITE="http://www.mingw.org/" 1.16 + 1.17 +SOURCE="w32api" 1.18 TARBALL="$SOURCE-$VERSION-src.tar.gz" 1.19 -WEB_SITE="http://www.mingw.org/" 1.20 WGET_URL="$SF_MIRROR/mingw/$TARBALL" 1.21 1.22 -DEPENDS="" 1.23 -BUILD_DEPENDS="" 1.24 - 1.25 # Configuration only needs included if we're in the build/wok environment 1.26 -if [ -e $WOK/mingw32-toolchain/stuff/mingw32.conf ] ; then 1.27 - . $WOK/mingw32-toolchain/stuff/mingw32.conf 1.28 +if [ -e $WOK/mingw32-toolchain/stuff/mingw32.conf ]; then 1.29 + . $WOK/mingw32-toolchain/stuff/mingw32.conf 1.30 fi 1.31 1.32 -# Rules to configure and make the package. 1.33 -compile_rules() 1.34 -{ 1.35 - cd $src 1.36 - 1.37 - mkdir -p $DESTDIR$MINGW32_ROOT 1.38 - cp -a include $DESTDIR$MINGW32_ROOT 1.39 +compile_rules() { 1.40 + mkdir -p $install$MINGW32_ROOT 1.41 + cp -a include $install$MINGW32_ROOT 1.42 } 1.43 1.44 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.45 -genpkg_rules() 1.46 -{ 1.47 +genpkg_rules() { 1.48 mkdir -p $fs 1.49 cp -a $install/* $fs 1.50 }