wok-next diff gens-gs/receipt @ rev 16860
Up atk (2.7.5)
author | Yuri Pourre <yuripourre@gmail.com> |
---|---|
date | Sun Jul 13 03:44:48 2014 -0300 (2014-07-13) |
parents | a0250385f2a5 |
children | 9d604775ef23 |
line diff
1.1 --- a/gens-gs/receipt Fri Jun 15 15:24:09 2012 +0200 1.2 +++ b/gens-gs/receipt Sun Jul 13 03:44:48 2014 -0300 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