wok annotate leocad-pieces/receipt @ rev 9370

Fixed leocad-pieces.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Mar 22 21:20:59 2011 +0000 (2011-03-22)
parents 540d8dcbfb24
children af6a4697b0a5
rev   line source
rcx@3709 1 # SliTaz package receipt.
rcx@3709 2
rcx@3709 3 PACKAGE="leocad-pieces"
rcx@6006 4 VERSION="3934"
rcx@3709 5 CATEGORY="games"
rcx@3709 6 SHORT_DESC="Pieces library for LeoCAD."
rcx@3709 7 MAINTAINER="rcx@zoominternet.net"
slaxemulator@9370 8 SOURCE="pieces"
slaxemulator@9370 9 TARBALL="$SOURCE-$VERSION.zip"
rcx@3709 10 WEB_SITE="http://www.leocad.org/"
rcx@6006 11 WGET_URL="http://leocad.googlecode.com/files/$TARBALL"
rcx@3709 12
rcx@3709 13 # Rules to configure and make the package.
rcx@3709 14 compile_rules()
rcx@3709 15 {
slaxemulator@9310 16 mkdir -p $DESTDIR/usr/share/leocad
slaxemulator@9310 17 cp -dp $src/* $DESTDIR/usr/share/leocad
rcx@3709 18 }
rcx@3709 19
rcx@3709 20 # Rules to gen a SliTaz package suitable for Tazpkg.
rcx@3709 21 genpkg_rules()
rcx@3709 22 {
rcx@3709 23 mkdir -p $fs
rcx@3709 24 cp -a $_pkg/* $fs
rcx@3709 25 }