wok annotate leocad-pieces/receipt @ rev 9316

Up openvas-manager (1.0.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 18 09:19:41 2011 +0100 (2011-03-18)
parents 1c3a87dcc4ac
children 6a610252cd65
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"
rcx@3709 8 TARBALL="pieces-$VERSION.zip"
rcx@3709 9 WEB_SITE="http://www.leocad.org/"
rcx@6006 10 WGET_URL="http://leocad.googlecode.com/files/$TARBALL"
rcx@3709 11
rcx@3709 12 # Rules to configure and make the package.
rcx@3709 13 compile_rules()
rcx@3709 14 {
slaxemulator@9310 15 mkdir -p $DESTDIR/usr/share/leocad
slaxemulator@9310 16 cp -dp $src/* $DESTDIR/usr/share/leocad
rcx@3709 17 }
rcx@3709 18
rcx@3709 19 # Rules to gen a SliTaz package suitable for Tazpkg.
rcx@3709 20 genpkg_rules()
rcx@3709 21 {
rcx@3709 22 mkdir -p $fs
rcx@3709 23 cp -a $_pkg/* $fs
rcx@3709 24 }