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

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
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 }