# HG changeset patch # User Hans-G?nter Theisgen # Date 1558972236 -3600 # Node ID c84ff7af1e21f053c4d79c4b81f45c3a4742d4cc # Parent f81eab2e76aaebde0f331856b46172335e51d39f updated opencore-amr and opencore-amr-dev (0.1.3 -> 0.1.5) diff -r f81eab2e76aa -r c84ff7af1e21 opencore-amr-dev/receipt --- a/opencore-amr-dev/receipt Mon May 27 16:36:34 2019 +0100 +++ b/opencore-amr-dev/receipt Mon May 27 16:50:36 2019 +0100 @@ -1,21 +1,22 @@ # SliTaz package receipt. PACKAGE="opencore-amr-dev" -VERSION="0.1.3" +VERSION="0.1.5" CATEGORY="multimedia" -SHORT_DESC="Adaptive Multi Rate (AMR) speech codec -dev files" +SHORT_DESC="Adaptive Multi Rate (AMR) speech codec - development files." MAINTAINER="domcox@slitaz.org" LICENSE="Apache" -WEB_SITE="http://opencore-amr.sourceforge.net" -WANTED="opencore-amr" +WEB_SITE="https://opencore-amr.sourceforge.io/" DEPENDS="pkg-config" +WANTED="opencore-amr" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $install/usr/include $fs/usr - cp -a $install/usr/lib/pkgconfig $fs/usr/lib - cp -a $install/usr/lib/*.la $fs/usr/lib + + cp -a $install/usr/include $fs/usr + cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/lib/*.la $fs/usr/lib } diff -r f81eab2e76aa -r c84ff7af1e21 opencore-amr/receipt --- a/opencore-amr/receipt Mon May 27 16:36:34 2019 +0100 +++ b/opencore-amr/receipt Mon May 27 16:50:36 2019 +0100 @@ -1,12 +1,13 @@ # SliTaz package receipt. PACKAGE="opencore-amr" -VERSION="0.1.3" +VERSION="0.1.5" CATEGORY="multimedia" -SHORT_DESC="Adaptive Multi Rate (AMR) speech codec" +SHORT_DESC="Adaptive Multi Rate (AMR) speech codec." MAINTAINER="domcox@slitaz.org" LICENSE="Apache" -WEB_SITE="http://opencore-amr.sourceforge.net" +WEB_SITE="https://opencore-amr.sourceforge.io/" + TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" @@ -16,11 +17,12 @@ # Rules to configure and make the package. compile_rules() { - ./configure \ - --prefix="/usr" \ - --disable-static \ + ./configure \ + --prefix="/usr" \ + --disable-static \ $CONFIGURE_ARGS && - make && make install + make && + make install } # Rules to gen a SliTaz package suitable for Tazpkg.