wok-next view leocad-pieces/receipt @ rev 21715
Up cookutils (1146)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jul 28 07:53:22 2020 +0000 (2020-07-28) |
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 }