wok diff fuse-emulator/receipt @ rev 19091
Add brower-html5 virtual package
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun May 01 10:11:21 2016 +0200 (2016-05-01) |
parents | a0250385f2a5 |
children | 872b0404dc1c |
line diff
1.1 --- a/fuse-emulator/receipt Fri Jun 15 15:24:09 2012 +0200 1.2 +++ b/fuse-emulator/receipt Sun May 01 10:11:21 2016 +0200 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="games" 1.5 SHORT_DESC="ZX Spectrum emulator" 1.6 MAINTAINER="slaxemulator@gmail.com" 1.7 +LICENSE="GPL2" 1.8 # make SOURCE fuse-emulator so the source tarball 1.9 # is not named fuse-$VERSION.tar.lzma 1.10 SOURCE="fuse-emulator" 1.11 @@ -27,7 +28,7 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr/share 1.15 - cp -a $_pkg/usr/bin $fs/usr 1.16 - cp -a $_pkg/usr/share/fuse $fs/usr/share 1.17 + cp -a $install/usr/bin $fs/usr 1.18 + cp -a $install/usr/share/fuse $fs/usr/share 1.19 } 1.20