wok view leocad-pieces/receipt @ rev 9316

Up openvas-manager (1.0.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 18 09:19:41 2011 +0100 (2011-03-18)
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 }