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

x265: fix build for i486 arch
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Oct 14 11:28:22 2018 +0300 (2018-10-14)
parents 2a5cc8208d36
children d5aab818505e
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="rcx@zoominternet.net"
8 LICENSE="GPL2"
9 SOURCE="pieces"
10 TARBALL="$SOURCE-$VERSION.zip"
11 WEB_SITE="https://www.leocad.org/"
12 WGET_URL="http://leocad.googlecode.com/files/$TARBALL" # FIXME
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/share/leocad
18 cp -a $src/* $fs/usr/share/leocad
19 }