wok rev 25401

updated vorbis-tools (1.4.0 -> 1.4.2)
author Hans-G?nter Theisgen
date Tue Aug 02 14:59:23 2022 +0100 (20 months ago)
parents 8ad223a975fa
children 1730124f1afa
files vorbis-tools/receipt
line diff
     1.1 --- a/vorbis-tools/receipt	Tue Aug 02 14:50:42 2022 +0100
     1.2 +++ b/vorbis-tools/receipt	Tue Aug 02 14:59:23 2022 +0100
     1.3 @@ -1,21 +1,23 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="vorbis-tools"
     1.7 -VERSION="1.4.0"
     1.8 +VERSION="1.4.2"
     1.9  CATEGORY="multimedia"
    1.10 +TAGS="multimedia ogg"
    1.11  SHORT_DESC="Vorbis encoder, decoder and tiny tools."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 +WEB_SITE="https://xiph.org/vorbis/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="https://www.xiph.org/vorbis/"
    1.18  WGET_URL="https://downloads.xiph.org/releases/vorbis/$TARBALL"
    1.19 -TAGS="multimedia ogg"
    1.20 +
    1.21 +DEPENDS="flac libao libcrypto libcurl libogg libvorbis speex"
    1.22 +BUILD_DEPENDS="curl-dev flac-dev libao-dev libcrypto-dev libogg-dev
    1.23 +	libvorbis-dev speex-dev"
    1.24 +
    1.25  HOST_ARCH="i486 arm"
    1.26  
    1.27 -DEPENDS="libogg libvorbis flac libao libcurl speex libcrypto"
    1.28 -BUILD_DEPENDS="libogg-dev libvorbis-dev flac-dev libao-dev curl-dev speex-dev \
    1.29 -libcrypto-dev"
    1.30 -
    1.31  # What is the latest version available today?
    1.32  current_version()
    1.33  {
    1.34 @@ -27,13 +29,13 @@
    1.35  # Rules to configure and make the package.
    1.36  compile_rules()
    1.37  {
    1.38 -	cd $src
    1.39 -	./configure $CONFIGURE_ARGS && make && make install
    1.40 +	./configure $CONFIGURE_ARGS &&
    1.41 +	make &&
    1.42 +	make install
    1.43  }
    1.44  
    1.45  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.46  genpkg_rules()
    1.47  {
    1.48 -	mkdir -p $fs/usr
    1.49 -	cp -a $install/usr/bin $fs/usr
    1.50 +	cook_copy_folders	bin
    1.51  }