wok-next view opusfile/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="opusfile"
4 VERSION="0.11"
5 CATEGORY="multimedia"
6 SHORT_DESC="Library for opening, seeking, and decoding .opus files"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="BSD"
9 WEB_SITE="https://opus-codec.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://downloads.xiph.org/releases/opus/$TARBALL"
13 TARBALL_SHA1="fc3bf2a73be16836a16d9e55ff1097de3835dce3"
15 BUILD_DEPENDS="openssl-dev libogg-dev opus-dev"
16 SPLIT="$PACKAGE-dev"
18 DEPENDS_std="libogg openssl opus"
19 DEPENDS_dev="$PACKAGE libogg-dev openssl-dev opus-dev"
21 compile_rules() {
22 ./configure \
23 --disable-static \
24 $CONFIGURE_ARGS &&
25 fix libtool &&
26 make &&
27 make install
28 }