wok-undigest annotate mingw32-w32api-headers/receipt @ rev 343

brasero: fix genpkg_rules (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jun 15 16:18:23 2011 +0200 (2011-06-15)
parents
children
rev   line source
pankso@251 1 # SliTaz package receipt.
pankso@251 2
pankso@251 3 PACKAGE="mingw32-w32api-headers"
pankso@251 4 SOURCE="w32api"
pankso@251 5 VERSION="3.13-mingw32"
pankso@251 6 CATEGORY="development"
pankso@251 7 SHORT_DESC="MinGW32 w32api headers."
pankso@251 8 MAINTAINER="rcx@zoominternet.net"
pankso@251 9 DEPENDS=""
pankso@251 10 BUILD_DEPENDS=""
pankso@251 11 TARBALL="$SOURCE-$VERSION-src.tar.gz"
pankso@251 12 WEB_SITE="http://www.mingw.org/"
pankso@251 13 WGET_URL="$SF_MIRROR/mingw/$TARBALL"
pankso@251 14
pankso@251 15 # Configuration only needs included if we're in the build/wok environment
pankso@251 16 if [ -e $WOK/mingw32-toolchain/stuff/mingw32.conf ] ; then
pankso@251 17 . $WOK/mingw32-toolchain/stuff/mingw32.conf
pankso@251 18 fi
pankso@251 19
pankso@251 20 # Rules to configure and make the package.
pankso@251 21 compile_rules()
pankso@251 22 {
pankso@251 23 cd $src
pankso@251 24
pankso@251 25 mkdir -p _pkg$MINGW32_ROOT
pankso@251 26 cp -a include _pkg$MINGW32_ROOT
pankso@251 27 }
pankso@251 28
pankso@251 29 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@251 30 genpkg_rules()
pankso@251 31 {
pankso@251 32 mkdir -p $fs
pankso@251 33 cp -a $_pkg/* $fs
pankso@251 34 }