wok view leocad-pieces/receipt @ rev 9353

Up: gnome-doc-utils to 0.20.4.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Mar 19 21:07:26 2011 +0000 (2011-03-19)
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 }