wok-6.x annotate visualnqc/receipt @ rev 11865
up bird 1.3.6
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Mon Feb 27 12:44:50 2012 -0800 (2012-02-27) |
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 } |