wok diff fceux/receipt @ rev 10487

plotdrop: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 25 13:02:59 2011 +0200 (2011-05-25)
parents a2c87747fa7f
children a5d1efde3327
line diff
     1.1 --- a/fceux/receipt	Sun Nov 07 23:33:43 2010 +0000
     1.2 +++ b/fceux/receipt	Wed May 25 13:02:59 2011 +0200
     1.3 @@ -14,7 +14,6 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	src=$WOK/$PACKAGE/fceu${VERSION}
     1.8  	cd $src
     1.9  	scons
    1.10  
    1.11 @@ -25,7 +24,6 @@
    1.12  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.13  genpkg_rules()
    1.14  {
    1.15 -	_pkg=$WOK/$PACKAGE/fceu${VERSION}/_pkg
    1.16  	mkdir -p $fs/usr
    1.17  	cp -a $_pkg/usr/bin $fs/usr
    1.18  }