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

New package asciidoctor
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Mar 25 12:22:25 2019 +0200 (2019-03-25)
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 }