wok view mingw32-g++/receipt @ rev 9626

Fixed cowpatty. dict file should be in /usr/share/cowpatty folder instead of /usr/share folder.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Apr 24 21:47:17 2011 +0000 (2011-04-24)
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 }