wok view leocad-pieces/receipt @ rev 9310

Up: leocad to 0.75.1. Now using source code. Fixed leocad-pieces also.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Mar 17 18:56:00 2011 +0000 (2011-03-17)
parents 1c3a87dcc4ac
children 6a610252cd65
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 TARBALL="pieces-$VERSION.zip"
9 WEB_SITE="http://www.leocad.org/"
10 WGET_URL="http://leocad.googlecode.com/files/$TARBALL"
12 # Rules to configure and make the package.
13 compile_rules()
14 {
15 mkdir -p $DESTDIR/usr/share/leocad
16 cp -dp $src/* $DESTDIR/usr/share/leocad
17 }
19 # Rules to gen a SliTaz package suitable for Tazpkg.
20 genpkg_rules()
21 {
22 mkdir -p $fs
23 cp -a $_pkg/* $fs
24 }