wok-6.x diff fluidsynth/receipt @ rev 17105
Add qps
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sat Aug 30 23:57:51 2014 +0200 (2014-08-30) |
parents | b7319995b37e |
children | a68c5c8d5ff2 |
line diff
1.1 --- a/fluidsynth/receipt Mon Jan 02 23:06:18 2012 +0100 1.2 +++ b/fluidsynth/receipt Sat Aug 30 23:57:51 2014 +0200 1.3 @@ -4,6 +4,7 @@ 1.4 VERSION="1.1.3" 1.5 CATEGORY="multimedia" 1.6 MAINTAINER="jozee@slitaz.org" 1.7 +LICENSE="LGPL2" 1.8 SHORT_DESC="A real-time software synthesizer based on the SoundFont 2 specifications." 1.9 WEB_SITE="http://www.fluidsynth.org/" 1.10 DEPENDS="glib jack-audio-connection-kit ladspa" 1.11 @@ -25,7 +26,7 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr/lib 1.15 - cp -a $_pkg/usr/bin $fs/usr 1.16 - cp -a $_pkg/usr/lib/*so* $fs/usr/lib/ 1.17 + cp -a $install/usr/bin $fs/usr 1.18 + cp -a $install/usr/lib/*so* $fs/usr/lib/ 1.19 1.20 }