wok rev 15096
spandsp: add build_depends !
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Aug 14 09:29:57 2013 +0000 (2013-08-14) |
parents | d0d763c71fac |
children | 0d6fc7e516c3 |
files | spandsp/receipt steadyflow/receipt |
line diff
1.1 --- a/spandsp/receipt Tue Aug 13 22:37:25 2013 +0000 1.2 +++ b/spandsp/receipt Wed Aug 14 09:29:57 2013 +0000 1.3 @@ -5,10 +5,13 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="library of DSP functions for telephony." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="LGPL2.1" 1.8 TARBALL="$PACKAGE-$VERSION.tgz" 1.9 WEB_SITE="http://www.soft-switch.org/" 1.10 WGET_URL="${WEB_SITE}downloads/$PACKAGE/$TARBALL" 1.11 + 1.12 DEPENDS="tiff zlib jpeg" 1.13 +BUILD_DEPENDS="tiff-dev zlib-dev jpeg-dev" 1.14 1.15 # Rules to configure and make the package. 1.16 compile_rules() 1.17 @@ -23,5 +26,5 @@ 1.18 genpkg_rules() 1.19 { 1.20 mkdir -p $fs/usr/lib 1.21 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.22 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.23 }
2.1 --- a/steadyflow/receipt Tue Aug 13 22:37:25 2013 +0000 2.2 +++ b/steadyflow/receipt Wed Aug 14 09:29:57 2013 +0000 2.3 @@ -19,6 +19,7 @@ 2.4 # Rules to configure and make the package. 2.5 compile_rules() 2.6 { 2.7 + mkdir -p $DESTDIR/usr/share/man/man1 2.8 # gee-1.0 is old while gee-0.8 is latest ;) 2.9 sed -i 's|gee-1.0|gee-0.8|g; s|Gee-1.0|Gee-0.8|g' \ 2.10 $(grep -li gee-1.0 $(find . -type f))