wok annotate tcc-win32/receipt @ rev 8539

Fix: wxWidgets to install contrib files into same DESTDIR now. This will save 600mb since we will not need the source folder anymore to genpkg files.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Feb 13 04:28:50 2011 +0000 (2011-02-13)
parents
children 4c16797dce28
rev   line source
pascal@5573 1 # SliTaz package receipt.
pascal@5573 2
pascal@5573 3 PACKAGE="tcc-win32"
pascal@5573 4 VERSION="0.9.25"
pascal@5573 5 CATEGORY="development"
pascal@5573 6 SHORT_DESC="fast Tiny C cross Compiler to win32 target."
pascal@5573 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@5573 8 WEB_SITE="http://bellard.org/$PACKAGE/"
pascal@5573 9 DEPENDS="tcc-common"
pascal@5573 10 WANTED="tcc"
pascal@5573 11
pascal@5573 12 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@5573 13 genpkg_rules()
pascal@5573 14 {
pascal@5573 15 mkdir -p $fs/usr/bin
pascal@5573 16 cp -a $_pkg/usr/bin/i386-win32-tcc $fs/usr/bin
pascal@5573 17 }
pascal@5573 18