wok diff speex-dev/receipt @ rev 22906
cups: added build dependency libunistring-dev
author | Hans-G?nter Theisgen |
---|---|
date | Mon Feb 24 07:05:12 2020 +0100 (2020-02-24) |
parents | 0b9152969608 |
children | 8ba543afd58c |
line diff
1.1 --- a/speex-dev/receipt Mon Jan 28 12:06:49 2019 +0100 1.2 +++ b/speex-dev/receipt Mon Feb 24 07:05:12 2020 +0100 1.3 @@ -1,23 +1,26 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="speex-dev" 1.7 -VERSION="1.2rc1" 1.8 +VERSION="1.2.0" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Low bandwith voice codec dev files." 1.11 +SHORT_DESC="Low bandwidth voice codec - development files." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="BSD" 1.14 WEB_SITE="https://www.speex.org/" 1.15 + 1.16 WANTED="speex" 1.17 +DEPENDS="speex pkg-config" 1.18 + 1.19 HOST_ARCH="i486 arm" 1.20 1.21 -DEPENDS="speex pkg-config" 1.22 - 1.23 # Rules to gen a SliTaz package suitable for Tazpkg. 1.24 genpkg_rules() 1.25 { 1.26 - mkdir -p $fs/usr/lib $fs/usr/share 1.27 - cp -a $install/usr/include $fs/usr 1.28 - cp -a $install/usr/lib/*a $fs/usr/lib 1.29 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.30 - cp -a $install/usr/share/aclocal $fs/usr/share 1.31 + mkdir -p $fs/usr/lib 1.32 + mkdir -p $fs/usr/share 1.33 + 1.34 + cp -a $install/usr/include $fs/usr 1.35 + cp -a $install/usr/lib/*a $fs/usr/lib 1.36 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.37 + cp -a $install/usr/share/aclocal $fs/usr/share 1.38 }