wok diff mingw32-runtime-headers/receipt @ rev 21206
Add lbzip2 (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Apr 07 20:47:35 2019 +0200 (2019-04-07) |
parents | 42924af752bc |
children | afae00265386 |
line diff
1.1 --- a/mingw32-runtime-headers/receipt Tue May 29 17:22:16 2012 +0200 1.2 +++ b/mingw32-runtime-headers/receipt Sun Apr 07 20:47:35 2019 +0200 1.3 @@ -6,12 +6,14 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="MinGW32 runtime headers." 1.6 MAINTAINER="rcx@zoominternet.net" 1.7 -DEPENDS="" 1.8 -BUILD_DEPENDS="" 1.9 +LICENSE="PublicDomain" 1.10 TARBALL="$SOURCE-$VERSION-src.tar.gz" 1.11 WEB_SITE="http://www.mingw.org/" 1.12 WGET_URL="$SF_MIRROR/mingw/$TARBALL" 1.13 1.14 +DEPENDS="" 1.15 +BUILD_DEPENDS="" 1.16 + 1.17 # Configuration only needs included if we're in the build/wok environment 1.18 if [ -e $WOK/mingw32-toolchain/stuff/mingw32.conf ] ; then 1.19 . $WOK/mingw32-toolchain/stuff/mingw32.conf 1.20 @@ -22,14 +24,14 @@ 1.21 { 1.22 cd $src 1.23 1.24 - mkdir -p _pkg$MINGW32_ROOT 1.25 - cp -a include _pkg$MINGW32_ROOT 1.26 - cp -a profile/*.h _pkg$MINGW32_ROOT/include 1.27 + mkdir -p $DESTDIR$MINGW32_ROOT 1.28 + cp -a include $DESTDIR$MINGW32_ROOT 1.29 + cp -a profile/*.h $DESTDIR$MINGW32_ROOT/include 1.30 } 1.31 1.32 # Rules to gen a SliTaz package suitable for Tazpkg. 1.33 genpkg_rules() 1.34 { 1.35 mkdir -p $fs 1.36 - cp -a $_pkg/* $fs 1.37 + cp -a $install/* $fs 1.38 }