wok view leocad-pieces/receipt @ rev 11027

Up: py3k to 3.2.2.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Oct 16 07:08:02 2011 +0000 (2011-10-16)
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 }