wok diff visualnqc/receipt @ rev 15599

Update some bdeps with pkg-config
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 05 13:21:20 2013 +0000 (2013-12-05)
parents cfcf58a3c9c8
children ee5c8b018b62
line diff
     1.1 --- a/visualnqc/receipt	Sat Aug 29 22:37:07 2009 +0000
     1.2 +++ b/visualnqc/receipt	Thu Dec 05 13:21:20 2013 +0000
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="An iconic language for the Lego Mindstorms RCX."
     1.6  MAINTAINER="rcx@zoominternet.net"
     1.7 -DEPENDS="nqc"
     1.8 -BUILD_DEPENDS=""
     1.9 +LICENSE="MPL"
    1.10  TARBALL="$PACKAGE-$VERSION.tgz"
    1.11  WEB_SITE="http://funsoftware.sourceforge.net/"
    1.12  WGET_URL="http://users.zoominternet.net/~rcx/$TARBALL"
    1.13  
    1.14 +DEPENDS="nqc"
    1.15 +BUILD_DEPENDS=""
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20 @@ -23,5 +25,5 @@
    1.21  genpkg_rules()
    1.22  {
    1.23  	mkdir -p $fs
    1.24 -	cp -a $_pkg/* $fs
    1.25 +	cp -a $install/* $fs
    1.26  }