wok annotate visualnqc/receipt @ rev 7120

Up: slitaz-configs (4.0) with new cooking artwork
author Christophe Lincoln <pankso@slitaz.org>
date Thu Nov 04 21:29:09 2010 +0100 (2010-11-04)
parents
children c5285953bed2
rev   line source
rcx@3992 1 # SliTaz package receipt.
rcx@3992 2
rcx@3992 3 PACKAGE="visualnqc"
rcx@3992 4 VERSION="1.0-1"
rcx@3992 5 CATEGORY="development"
rcx@3992 6 SHORT_DESC="An iconic language for the Lego Mindstorms RCX."
rcx@3992 7 MAINTAINER="rcx@zoominternet.net"
rcx@3992 8 DEPENDS="nqc"
rcx@3992 9 BUILD_DEPENDS=""
rcx@3992 10 TARBALL="$PACKAGE-$VERSION.tgz"
rcx@3992 11 WEB_SITE="http://funsoftware.sourceforge.net/"
rcx@3992 12 WGET_URL="http://users.zoominternet.net/~rcx/$TARBALL"
rcx@3992 13
rcx@3992 14 # Rules to configure and make the package.
rcx@3992 15 compile_rules()
rcx@3992 16 {
rcx@3992 17 cd $src
rcx@3992 18 mkdir -p $src/_pkg
rcx@3992 19 cp -a $src/usr $src/_pkg
rcx@3992 20 }
rcx@3992 21
rcx@3992 22 # Rules to gen a SliTaz package suitable for Tazpkg.
rcx@3992 23 genpkg_rules()
rcx@3992 24 {
rcx@3992 25 mkdir -p $fs
rcx@3992 26 cp -a $_pkg/* $fs
rcx@3992 27 }