wok-stable diff visualnqc/receipt @ rev 4610
add libv4l to skype DEPENDS for webcam support
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Tue Dec 15 16:48:44 2009 +0000 (2009-12-15) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/visualnqc/receipt Tue Dec 15 16:48:44 2009 +0000 1.3 @@ -0,0 +1,27 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="visualnqc" 1.7 +VERSION="1.0-1" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="An iconic language for the Lego Mindstorms RCX." 1.10 +MAINTAINER="rcx@zoominternet.net" 1.11 +DEPENDS="nqc" 1.12 +BUILD_DEPENDS="" 1.13 +TARBALL="$PACKAGE-$VERSION.tgz" 1.14 +WEB_SITE="http://funsoftware.sourceforge.net/" 1.15 +WGET_URL="http://users.zoominternet.net/~rcx/$TARBALL" 1.16 + 1.17 +# Rules to configure and make the package. 1.18 +compile_rules() 1.19 +{ 1.20 + cd $src 1.21 + mkdir -p $src/_pkg 1.22 + cp -a $src/usr $src/_pkg 1.23 +} 1.24 + 1.25 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.26 +genpkg_rules() 1.27 +{ 1.28 + mkdir -p $fs 1.29 + cp -a $_pkg/* $fs 1.30 +}