wok annotate mingw32-w32api-headers/receipt @ rev 3671
Add filezilla
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Sat Jul 11 12:00:11 2009 +0200 (2009-07-11) |
parents | |
children | 05b5a901936b |
rev | line source |
---|---|
rcx@3561 | 1 # SliTaz package receipt. |
rcx@3561 | 2 |
rcx@3561 | 3 PACKAGE="mingw32-w32api-headers" |
rcx@3561 | 4 SOURCE="w32api" |
rcx@3561 | 5 VERSION="3.13-mingw32" |
rcx@3561 | 6 CATEGORY="development" |
rcx@3561 | 7 SHORT_DESC="MinGW32 w32api headers." |
rcx@3561 | 8 MAINTAINER="rcx@zoominternet.net" |
rcx@3561 | 9 DEPENDS="" |
rcx@3561 | 10 BUILD_DEPENDS="" |
rcx@3561 | 11 TARBALL="$SOURCE-$VERSION-src.tar.gz" |
rcx@3561 | 12 WEB_SITE="http://www.mingw.org/" |
rcx@3561 | 13 WGET_URL="$SF_MIRROR/mingw/$TARBALL" |
rcx@3561 | 14 MINGW32_TARGET="i586-pc-mingw32" |
rcx@3561 | 15 |
rcx@3561 | 16 # Rules to configure and make the package. |
rcx@3561 | 17 compile_rules() |
rcx@3561 | 18 { |
rcx@3561 | 19 cd $src |
rcx@3561 | 20 |
rcx@3561 | 21 mkdir -p _pkg/usr/$MINGW32_TARGET |
rcx@3561 | 22 cp -a include _pkg/usr/$MINGW32_TARGET |
rcx@3561 | 23 } |
rcx@3561 | 24 |
rcx@3561 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
rcx@3561 | 26 genpkg_rules() |
rcx@3561 | 27 { |
rcx@3561 | 28 mkdir -p $fs |
rcx@3561 | 29 cp -a $_pkg/* $fs |
rcx@3561 | 30 } |