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

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents d5aab818505e
children
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/"
10 HOST_ARCH="any"
12 SOURCE="pieces"
13 TARBALL="$SOURCE-$VERSION.zip"
14 WGET_URL="http://leocad.googlecode.com/files/$TARBALL" # FIXME
16 genpkg_rules() {
17 mkdir -p $fs/usr/share/leocad
18 cp -a $src/* $fs/usr/share/leocad
19 }