wok-next view leocad-pieces/receipt @ rev 21047

Up tazpkg (971), cookutils (1095)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Nov 26 21:15:05 2018 +0200 (2018-11-26)
parents a3c581bf52b8
children 0cbe4b1f2230
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="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.leocad.org/"
11 SOURCE="pieces"
12 TARBALL="$SOURCE-$VERSION.zip"
13 WGET_URL="http://leocad.googlecode.com/files/$TARBALL" # FIXME
15 genpkg_rules() {
16 mkdir -p $fs/usr/share/leocad
17 cp -a $src/* $fs/usr/share/leocad
18 }