wok-next view xtrkcad-doc/receipt @ rev 16561
Up: slitaz-configs (automount fix) and add util-linux-eject to polkit deps
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu May 01 10:33:40 2014 +0200 (2014-05-01) |
parents | 66ca6c883781 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="xtrkcad-doc"
4 VERSION="4.0.3a1"
5 CATEGORY="games"
6 SHORT_DESC="Documentation, examples, and how-to demos for xtrkcad."
7 MAINTAINER="rcx@zoominternet.net"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.xtrkcad.org/"
10 WANTED="xtrkcad"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/share/$WANTED
16 cp -a $install/usr/share/$WANTED/html $fs/usr/share/$WANTED
17 cp -a $install/usr/share/$WANTED/examples $fs/usr/share/$WANTED
18 cp -a $install/usr/share/$WANTED/demos $fs/usr/share/$WANTED
19 }