wok-current view leocad-pieces/receipt @ rev 13658
Add perl-pcsc (Perl Module for PC/SC SmartCard access)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Nov 21 20:45:30 2012 +0000 (2012-11-21) |
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 }