
Receipt for package "visualnqc"
# 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" LICENSE="MPL" TARBALL="$PACKAGE-$VERSION.tgz" WEB_SITE="https://funsoftware.sourceforge.net/" WGET_URL="http://users.zoominternet.net/~rcx/$TARBALL" DEPENDS="nqc" BUILD_DEPENDS="" # What is the latest version available today? current_version() { wget -O - https://github.com/BrickBot/VisualNQC/releases 2>/dev/null | \ sed '/archive.*tar/!d;s|.*/v*\(.*\).tar.*|\1|;q' } # Rules to configure and make the package. compile_rules() { cd $src mkdir -p $DESTDIR cp -a $src/usr $DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs cp -a $install/* $fs }
6093 packages and 258600 files in current database (Wed Apr 23 16:49:15 2025)