wok-next annotate opus/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d5aab818505e
children
rev   line source
al@19804 1 # SliTaz package receipt v2.
pascal@13359 2
pascal@13359 3 PACKAGE="opus"
al@21085 4 VERSION="1.3"
pascal@13359 5 CATEGORY="multimedia"
al@19804 6 SHORT_DESC="Totally open, royalty-free, highly versatile audio codec"
pascal@13359 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15601 8 LICENSE="BSD"
al@19804 9 WEB_SITE="http://opus-codec.org/"
al@21017 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/multimedia/opus.html"
al@19804 11
pascal@13359 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20512 13 WGET_URL="https://archive.mozilla.org/pub/opus/$TARBALL"
al@21085 14 TARBALL_SHA1="63088df89c6d868bfb160a1eff1797cb5fe42fee"
pascal@13359 15
al@21020 16 SPLIT="$PACKAGE-dev"
pascal@13359 17
al@20512 18 compile_rules() {
al@19804 19 ./configure \
al@20512 20 --disable-static \
al@20512 21 $CONFIGURE_ARGS &&
al@20601 22 fix libtool &&
al@21020 23 make &&
al@21020 24 make install
pascal@13359 25 }