wok-next view visualnqc/receipt @ rev 21726

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
parents f48456621a9d
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="visualnqc"
4 VERSION="1.0-1"
5 CATEGORY="development"
6 SHORT_DESC="An iconic language for the Lego Mindstorms RCX"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="MPL"
9 WEB_SITE="http://funsoftware.sourceforge.net/"
11 TARBALL="$PACKAGE-$VERSION.tgz"
12 WGET_URL="http://users.zoominternet.net/~rcx/$TARBALL"
14 compile_rules() {
15 mkdir -p $install
16 cp -a $src/usr $install
17 }
19 genpkg_rules() {
20 mkdir -p $fs
21 cp -a $install/* $fs
22 DEPENDS="nqc"
23 }