wok-next view visualnqc/receipt @ rev 21640
updated fbgrab (1.2 -> 1.3.3)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jun 26 15:42:40 2020 +0100 (2020-06-26) |
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 }