wok-next diff fceux/receipt @ rev 9983
Add libnfnetlink
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 18 23:30:52 2011 +0200 (2011-05-18) |
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 18 23:30:52 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 }