wok view visualnqc/receipt @ rev 20011

Add: description.txt and links revision.
author Leonardo Laporte <hackdorte@yandex.com>
date Thu Aug 03 07:12:33 2017 -0300 (2017-08-03)
parents c5285953bed2
children b9659e3c2111
line source
1 # SliTaz package receipt.
3 PACKAGE="visualnqc"
4 VERSION="1.0-1"
5 CATEGORY="development"
6 SHORT_DESC="An iconic language for the Lego Mindstorms RCX."
7 MAINTAINER="rcx@zoominternet.net"
8 LICENSE="MPL"
9 TARBALL="$PACKAGE-$VERSION.tgz"
10 WEB_SITE="http://funsoftware.sourceforge.net/"
11 WGET_URL="http://users.zoominternet.net/~rcx/$TARBALL"
13 DEPENDS="nqc"
14 BUILD_DEPENDS=""
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 mkdir -p $DESTDIR
21 cp -a $src/usr $DESTDIR
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs
28 cp -a $install/* $fs
29 }