wok view leocad-pieces/receipt @ rev 10950

get-virtualbox: only /opt/VirtualBox is supported now...
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 02 14:26:45 2011 +0200 (2011-09-02)
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 }