wok view mingw32-w32api-headers/receipt @ rev 17207

pcmanfm: don`t duplicate libfm.so in binary
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Oct 09 19:52:41 2014 +0200 (2014-10-09)
parents 42924af752bc
children afae00265386
line source
1 # SliTaz package receipt.
3 PACKAGE="mingw32-w32api-headers"
4 SOURCE="w32api"
5 VERSION="3.13-mingw32"
6 CATEGORY="development"
7 SHORT_DESC="MinGW32 w32api headers."
8 MAINTAINER="rcx@zoominternet.net"
9 LICENSE="PublicDomain"
10 TARBALL="$SOURCE-$VERSION-src.tar.gz"
11 WEB_SITE="http://www.mingw.org/"
12 WGET_URL="$SF_MIRROR/mingw/$TARBALL"
14 DEPENDS=""
15 BUILD_DEPENDS=""
17 # Configuration only needs included if we're in the build/wok environment
18 if [ -e $WOK/mingw32-toolchain/stuff/mingw32.conf ] ; then
19 . $WOK/mingw32-toolchain/stuff/mingw32.conf
20 fi
22 # Rules to configure and make the package.
23 compile_rules()
24 {
25 cd $src
27 mkdir -p $DESTDIR$MINGW32_ROOT
28 cp -a include $DESTDIR$MINGW32_ROOT
29 }
31 # Rules to gen a SliTaz package suitable for Tazpkg.
32 genpkg_rules()
33 {
34 mkdir -p $fs
35 cp -a $install/* $fs
36 }