# HG changeset patch # User Hans-G?nter Theisgen # Date 1659448763 -3600 # Node ID 91e76e4797883db18834a1b8c3ed32a72a2842df # Parent 8ad223a975fa356446063e81e83f670f0796f7f1 updated vorbis-tools (1.4.0 -> 1.4.2) diff -r 8ad223a975fa -r 91e76e479788 vorbis-tools/receipt --- a/vorbis-tools/receipt Tue Aug 02 14:50:42 2022 +0100 +++ b/vorbis-tools/receipt Tue Aug 02 14:59:23 2022 +0100 @@ -1,21 +1,23 @@ # SliTaz package receipt. PACKAGE="vorbis-tools" -VERSION="1.4.0" +VERSION="1.4.2" CATEGORY="multimedia" +TAGS="multimedia ogg" SHORT_DESC="Vorbis encoder, decoder and tiny tools." MAINTAINER="pankso@slitaz.org" LICENSE="GPL2" +WEB_SITE="https://xiph.org/vorbis/" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="https://www.xiph.org/vorbis/" WGET_URL="https://downloads.xiph.org/releases/vorbis/$TARBALL" -TAGS="multimedia ogg" + +DEPENDS="flac libao libcrypto libcurl libogg libvorbis speex" +BUILD_DEPENDS="curl-dev flac-dev libao-dev libcrypto-dev libogg-dev + libvorbis-dev speex-dev" + HOST_ARCH="i486 arm" -DEPENDS="libogg libvorbis flac libao libcurl speex libcrypto" -BUILD_DEPENDS="libogg-dev libvorbis-dev flac-dev libao-dev curl-dev speex-dev \ -libcrypto-dev" - # What is the latest version available today? current_version() { @@ -27,13 +29,13 @@ # Rules to configure and make the package. compile_rules() { - cd $src - ./configure $CONFIGURE_ARGS && make && make install + ./configure $CONFIGURE_ARGS && + make && + make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr - cp -a $install/usr/bin $fs/usr + cook_copy_folders bin }