wok diff fceux/receipt @ rev 11760

up tuxtype (1.8.1) and removed extension from desktop file
author Samuel Trassare <samuel_trassare@yahoo.com>
date Wed Feb 22 13:06:57 2012 -0800 (2012-02-22)
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 Feb 22 13:06:57 2012 -0800
     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  }