wok-current view leocad-pieces/receipt @ rev 11670
Up: youtube-dl to 2012.01.08b.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Feb 17 14:36:38 2012 -0500 (2012-02-17) |
parents | 6a610252cd65 |
children | 2a5cc8208d36 |
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 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 gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/share/leocad
17 cp -a $src/* $fs/usr/share/leocad
18 }