wok-next annotate opusfile/receipt @ rev 21360

guacamole: inserted fix libtool
author Hans-G?nter Theisgen
date Mon Apr 13 06:41:39 2020 +0100 (2020-04-13)
parents d5aab818505e
children
rev   line source
al@19868 1 # SliTaz package receipt v2.
al@19868 2
al@19868 3 PACKAGE="opusfile"
al@21085 4 VERSION="0.11"
al@19868 5 CATEGORY="multimedia"
al@19868 6 SHORT_DESC="Library for opening, seeking, and decoding .opus files"
al@19868 7 MAINTAINER="al.bobylev@gmail.com"
al@19868 8 LICENSE="BSD"
al@19868 9 WEB_SITE="https://opus-codec.org/"
al@19868 10
al@19868 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@19868 12 WGET_URL="https://downloads.xiph.org/releases/opus/$TARBALL"
al@21085 13 TARBALL_SHA1="fc3bf2a73be16836a16d9e55ff1097de3835dce3"
al@19868 14
al@19868 15 BUILD_DEPENDS="openssl-dev libogg-dev opus-dev"
al@21020 16 SPLIT="$PACKAGE-dev"
al@19868 17
al@21085 18 DEPENDS_std="libogg openssl opus"
al@21085 19 DEPENDS_dev="$PACKAGE libogg-dev openssl-dev opus-dev"
al@21085 20
al@19868 21 compile_rules() {
al@21085 22 ./configure \
al@21085 23 --disable-static \
al@21085 24 $CONFIGURE_ARGS &&
al@20601 25 fix libtool &&
al@20601 26 make &&
al@20601 27 make install
al@19868 28 }