wok diff spandsp-dev/receipt @ rev 18915
Add: GNU Unifont UTF-8. Tag: TrueType. GPL2 License.
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Wed Feb 24 06:53:25 2016 -0300 (2016-02-24) |
parents | d721970e86cb |
children | 7a2212bc32cd |
line diff
1.1 --- a/spandsp-dev/receipt Tue May 26 11:18:47 2009 +0200 1.2 +++ b/spandsp-dev/receipt Wed Feb 24 06:53:25 2016 -0300 1.3 @@ -5,13 +5,16 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="library of DSP functions for telephony dev files." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="LGPL2.1" 1.8 WEB_SITE="http://www.soft-switch.org/" 1.9 WANTED="spandsp" 1.10 1.11 +DEPENDS="spandsp" 1.12 + 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 { 1.16 mkdir -p $fs/usr/lib 1.17 - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.18 - cp -a $_pkg/usr/include $fs/usr 1.19 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.20 + cp -a $install/usr/include $fs/usr 1.21 }