wok-current diff opencore-amr-dev/receipt @ rev 21900
updated serd and serd-dev (0.18.0 -> 0.30.0)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Oct 03 20:51:42 2019 +0100 (2019-10-03) |
parents | 47e1df965953 |
children | e171b422f9e7 |
line diff
1.1 --- a/opencore-amr-dev/receipt Thu Dec 05 13:21:20 2013 +0000 1.2 +++ b/opencore-amr-dev/receipt Thu Oct 03 20:51:42 2019 +0100 1.3 @@ -1,21 +1,22 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="opencore-amr-dev" 1.7 -VERSION="0.1.3" 1.8 +VERSION="0.1.5" 1.9 CATEGORY="multimedia" 1.10 -SHORT_DESC="Adaptive Multi Rate (AMR) speech codec -dev files" 1.11 +SHORT_DESC="Adaptive Multi Rate (AMR) speech codec - development files." 1.12 MAINTAINER="domcox@slitaz.org" 1.13 LICENSE="Apache" 1.14 -WEB_SITE="http://opencore-amr.sourceforge.net" 1.15 -WANTED="opencore-amr" 1.16 +WEB_SITE="https://opencore-amr.sourceforge.io/" 1.17 1.18 DEPENDS="pkg-config" 1.19 +WANTED="opencore-amr" 1.20 1.21 # Rules to gen a SliTaz package suitable for Tazpkg. 1.22 genpkg_rules() 1.23 { 1.24 mkdir -p $fs/usr/lib 1.25 - cp -a $install/usr/include $fs/usr 1.26 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.27 - cp -a $install/usr/lib/*.la $fs/usr/lib 1.28 + 1.29 + cp -a $install/usr/include $fs/usr 1.30 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.31 + cp -a $install/usr/lib/*.la $fs/usr/lib 1.32 }