wok-current view mingw32-g++/receipt @ rev 9213
nvidia: allow post_install without tty (again)
| author | Pascal Bellard <pascal.bellard@slitaz.org> | 
|---|---|
| date | Fri Mar 11 09:47:15 2011 +0100 (2011-03-11) | 
| parents | |
| children | 
 line source
     1 # SliTaz package receipt.
     3 PACKAGE="mingw32-g++"
     4 SOURCE="gcc-g++"
     5 VERSION="3.4.5-20060117-2"
     6 CATEGORY="development"
     7 SHORT_DESC="MinGW32 c++ sources (empty package)."
     8 MAINTAINER="gokhlayeh@mailoo.org"
     9 TARBALL="$SOURCE-$VERSION-src.tar.gz"
    10 WEB_SITE="http://www.mingw.org/"
    11 MINGW32_URL="$SF_MIRROR/mingw"
    12 WGET_URL="$MINGW32_URL/$TARBALL"
    14 # Rules to gen a SliTaz package suitable for Tazpkg.
    15 genpkg_rules()
    16 {
    17 	mkdir -p $fs/usr
    18 }