wok-stable diff xtrkcad-doc/receipt @ rev 3913

Add: xtrkcad (4.0.3a)
author Matthew Sheets <rcx@zoominternet.net>
date Mon Aug 17 16:40:30 2009 +0000 (2009-08-17)
parents
children 66ca6c883781
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xtrkcad-doc/receipt	Mon Aug 17 16:40:30 2009 +0000
     1.3 @@ -0,0 +1,18 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="xtrkcad-doc"
     1.7 +VERSION="4.0.3a"
     1.8 +CATEGORY="games"
     1.9 +SHORT_DESC="Documentation, examples, and how-to demos for xtrkcad."
    1.10 +MAINTAINER="rcx@zoominternet.net"
    1.11 +WEB_SITE="http://www.xtrkcad.org/"
    1.12 +WANTED="xtrkcad"
    1.13 +
    1.14 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.15 +genpkg_rules()
    1.16 +{
    1.17 +	mkdir -p $fs/usr/share/$WANTED
    1.18 +	cp -a $_pkg/usr/share/$WANTED/html $fs/usr/share/$WANTED
    1.19 +	cp -a $_pkg/usr/share/$WANTED/examples $fs/usr/share/$WANTED
    1.20 +	cp -a $_pkg/usr/share/$WANTED/demos $fs/usr/share/$WANTED
    1.21 +}