wok view leocad-pieces/receipt @ rev 15415

Up: thunderbird-langpack-en_GB (17.0.9esr)
author Dominique Corbex <domcox@slitaz.org>
date Sun Nov 03 21:52:36 2013 +0100 (2013-11-03)
parents af6a4697b0a5
children a78610b2eb47
line source
1 # SliTaz package receipt.
3 PACKAGE="leocad-pieces"
4 VERSION="4806"
5 CATEGORY="games"
6 SHORT_DESC="Pieces library for LeoCAD."
7 MAINTAINER="rcx@zoominternet.net"
8 LICENSE="GPL2"
9 SOURCE="pieces"
10 TARBALL="$SOURCE-$VERSION.zip"
11 WEB_SITE="http://www.leocad.org/"
12 WGET_URL="http://leocad.googlecode.com/files/$TARBALL"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/share/leocad
18 cp -a $src/* $fs/usr/share/leocad
19 }