wok view visualnqc/receipt @ rev 5053

fix typos: libgphoto2
author Rohit Joshi <jozee@slitaz.org>
date Sat Mar 06 18:51:17 2010 +0000 (2010-03-06)
parents
children c5285953bed2
line source
1 # SliTaz package receipt.
3 PACKAGE="visualnqc"
4 VERSION="1.0-1"
5 CATEGORY="development"
6 SHORT_DESC="An iconic language for the Lego Mindstorms RCX."
7 MAINTAINER="rcx@zoominternet.net"
8 DEPENDS="nqc"
9 BUILD_DEPENDS=""
10 TARBALL="$PACKAGE-$VERSION.tgz"
11 WEB_SITE="http://funsoftware.sourceforge.net/"
12 WGET_URL="http://users.zoominternet.net/~rcx/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 mkdir -p $src/_pkg
19 cp -a $src/usr $src/_pkg
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs
26 cp -a $_pkg/* $fs
27 }