wok view leocad-pieces/receipt @ rev 23698
updated tiff, tiff-apps and tiff-dev (4.0.10 -> 4.1.0)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 28 07:51:26 2020 +0100 (2020-04-28) |
parents | 2a5cc8208d36 |
children | 4ce52a0b72fd |
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="https://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 }