# SliTaz package receipt.

PACKAGE="visualnqc"
VERSION="1.0-1"
CATEGORY="development"
SHORT_DESC="An iconic language for the Lego Mindstorms RCX."
MAINTAINER="rcx@zoominternet.net"
DEPENDS="nqc"
BUILD_DEPENDS=""
TARBALL="$PACKAGE-$VERSION.tgz"
WEB_SITE="http://funsoftware.sourceforge.net/"
WGET_URL="http://users.zoominternet.net/~rcx/$TARBALL"

# Rules to configure and make the package.
compile_rules()
{
	cd $src
	mkdir -p $src/_pkg
	cp -a $src/usr $src/_pkg
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
	mkdir -p $fs
	cp -a $_pkg/* $fs
}