wok-next annotate leocad-pieces/receipt @ rev 21705

updated graphviz (2.40.1 -> 2.44.0)
author Hans-G?nter Theisgen
date Mon Jul 06 14:36:48 2020 +0100 (2020-07-06)
parents d5aab818505e
children
rev   line source
rcx@3709 1 # SliTaz package receipt.
rcx@3709 2
rcx@3709 3 PACKAGE="leocad-pieces"
slaxemulator@11195 4 VERSION="4806"
rcx@3709 5 CATEGORY="games"
al@21020 6 SHORT_DESC="Pieces library for LeoCAD"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15379 8 LICENSE="GPL2"
al@21020 9 WEB_SITE="https://www.leocad.org/"
al@21057 10 HOST_ARCH="any"
al@21020 11
slaxemulator@9370 12 SOURCE="pieces"
slaxemulator@9370 13 TARBALL="$SOURCE-$VERSION.zip"
al@20906 14 WGET_URL="http://leocad.googlecode.com/files/$TARBALL" # FIXME
rcx@3709 15
al@21020 16 genpkg_rules() {
slaxemulator@11195 17 mkdir -p $fs/usr/share/leocad
slaxemulator@11195 18 cp -a $src/* $fs/usr/share/leocad
rcx@3709 19 }