wok view leocad-pieces/receipt @ rev 10082

Up: qt4 to 4.7.3. This adds sercurity fixes in this release. Add libQtPlugins so you don't need to install Qt4-dev to run mixxx.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 20 06:22:56 2011 +0000 (2011-05-20)
parents 540d8dcbfb24
children af6a4697b0a5
line source
1 # SliTaz package receipt.
3 PACKAGE="leocad-pieces"
4 VERSION="3934"
5 CATEGORY="games"
6 SHORT_DESC="Pieces library for LeoCAD."
7 MAINTAINER="rcx@zoominternet.net"
8 SOURCE="pieces"
9 TARBALL="$SOURCE-$VERSION.zip"
10 WEB_SITE="http://www.leocad.org/"
11 WGET_URL="http://leocad.googlecode.com/files/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 mkdir -p $DESTDIR/usr/share/leocad
17 cp -dp $src/* $DESTDIR/usr/share/leocad
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs
24 cp -a $_pkg/* $fs
25 }