wok-6.x view leocad-pieces/receipt @ rev 11676
usbutils: lsusb display usb.ids
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Sat Feb 18 02:48:33 2012 +0000 (2012-02-18) |
parents | 6a610252cd65 |
children | 2a5cc8208d36 |
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 SOURCE="pieces"
9 TARBALL="$SOURCE-$VERSION.zip"
10 WEB_SITE="http://www.leocad.org/"
11 WGET_URL="http://leocad.googlecode.com/files/$TARBALL"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/share/leocad
17 cp -a $src/* $fs/usr/share/leocad
18 }