wok diff gens-gs/receipt @ rev 21873
Up wpa_supplicant (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Sep 27 15:06:17 2019 +0200 (2019-09-27) |
parents | a0250385f2a5 |
children | b01314c762e9 |
line diff
1.1 --- a/gens-gs/receipt Fri Jun 15 15:24:09 2012 +0200 1.2 +++ b/gens-gs/receipt Fri Sep 27 15:06:17 2019 +0200 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="games" 1.5 SHORT_DESC="An emulator for Sega Genesis, Sega CD and 32X." 1.6 MAINTAINER="slaxemulator@gmail.com" 1.7 +LICENSE="GPL2" 1.8 _VERSION=gs-r7 1.9 TARBALL="Gens-${_VERSION}.tar.gz" 1.10 WEB_SITE="http://info.sonicretro.org/Gens/GS" 1.11 @@ -29,9 +30,9 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr/share $fs/usr/lib/mdp 1.15 - cp -a $_pkg/usr/bin $fs/usr 1.16 - cp -a $_pkg/usr/lib/mdp/*.so $fs/usr/lib/mdp 1.17 - cp -a $_pkg/usr/share/applications $fs/usr/share 1.18 - cp -a $_pkg/usr/share/gens $fs/usr/share 1.19 + cp -a $install/usr/bin $fs/usr 1.20 + cp -a $install/usr/lib/mdp/*.so $fs/usr/lib/mdp 1.21 + cp -a $install/usr/share/applications $fs/usr/share 1.22 + cp -a $install/usr/share/gens $fs/usr/share 1.23 } 1.24