wok-stable annotate visualnqc/receipt @ rev 9052
qjackctl: need make -j1
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Mar 04 11:23:10 2011 +0100 (2011-03-04) |
parents | |
children |
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 } |