wok annotate leocad-pieces/receipt @ rev 18339

Up: bin86 (0.16.21)
author Alexander Medvedev <devl547@gmail.com>
date Thu Sep 10 22:18:40 2015 +0000 (2015-09-10)
parents af6a4697b0a5
children a78610b2eb47
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"
rcx@3709 6 SHORT_DESC="Pieces library for LeoCAD."
rcx@3709 7 MAINTAINER="rcx@zoominternet.net"
pascal@15379 8 LICENSE="GPL2"
slaxemulator@9370 9 SOURCE="pieces"
slaxemulator@9370 10 TARBALL="$SOURCE-$VERSION.zip"
rcx@3709 11 WEB_SITE="http://www.leocad.org/"
rcx@6006 12 WGET_URL="http://leocad.googlecode.com/files/$TARBALL"
rcx@3709 13
rcx@3709 14 # Rules to gen a SliTaz package suitable for Tazpkg.
rcx@3709 15 genpkg_rules()
rcx@3709 16 {
slaxemulator@11195 17 mkdir -p $fs/usr/share/leocad
slaxemulator@11195 18 cp -a $src/* $fs/usr/share/leocad
rcx@3709 19 }