wok-current diff mingw32-w32api-headers/receipt @ rev 19035
sakura: use Freedesktop standard icon
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Apr 12 15:20:41 2016 +0300 (2016-04-12) |
parents | 42924af752bc |
children | afae00265386 |
line diff
1.1 --- a/mingw32-w32api-headers/receipt Tue May 29 17:22:16 2012 +0200 1.2 +++ b/mingw32-w32api-headers/receipt Tue Apr 12 15:20:41 2016 +0300 1.3 @@ -6,12 +6,14 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="MinGW32 w32api 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,13 +24,13 @@ 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 + mkdir -p $DESTDIR$MINGW32_ROOT 1.27 + cp -a include $DESTDIR$MINGW32_ROOT 1.28 } 1.29 1.30 # Rules to gen a SliTaz package suitable for Tazpkg. 1.31 genpkg_rules() 1.32 { 1.33 mkdir -p $fs 1.34 - cp -a $_pkg/* $fs 1.35 + cp -a $install/* $fs 1.36 }