wok rev 21626

updated opencore-amr and opencore-amr-dev (0.1.3 -> 0.1.5)
author Hans-G?nter Theisgen
date Mon May 27 16:50:36 2019 +0100 (2019-05-27)
parents f81eab2e76aa
children c3f6eea1a598
files opencore-amr-dev/receipt opencore-amr/receipt
line diff
     1.1 --- a/opencore-amr-dev/receipt	Mon May 27 16:36:34 2019 +0100
     1.2 +++ b/opencore-amr-dev/receipt	Mon May 27 16:50:36 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  }
     2.1 --- a/opencore-amr/receipt	Mon May 27 16:36:34 2019 +0100
     2.2 +++ b/opencore-amr/receipt	Mon May 27 16:50:36 2019 +0100
     2.3 @@ -1,12 +1,13 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="opencore-amr"
     2.7 -VERSION="0.1.3"
     2.8 +VERSION="0.1.5"
     2.9  CATEGORY="multimedia"
    2.10 -SHORT_DESC="Adaptive Multi Rate (AMR) speech codec"
    2.11 +SHORT_DESC="Adaptive Multi Rate (AMR) speech codec."
    2.12  MAINTAINER="domcox@slitaz.org"
    2.13  LICENSE="Apache"
    2.14 -WEB_SITE="http://opencore-amr.sourceforge.net"
    2.15 +WEB_SITE="https://opencore-amr.sourceforge.io/"
    2.16 +
    2.17  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.18  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    2.19  
    2.20 @@ -16,11 +17,12 @@
    2.21  # Rules to configure and make the package.
    2.22  compile_rules()
    2.23  {
    2.24 -	./configure \
    2.25 -		--prefix="/usr" \
    2.26 -		--disable-static \
    2.27 +	./configure			\
    2.28 +		--prefix="/usr"		\
    2.29 +		--disable-static	\
    2.30  		$CONFIGURE_ARGS &&
    2.31 -	make && make install
    2.32 +	make &&
    2.33 +	make install
    2.34  }
    2.35  
    2.36  # Rules to gen a SliTaz package suitable for Tazpkg.