wok-next annotate opus/receipt @ rev 20512

Tiny edits, patch ptlib
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Mar 17 04:50:25 2018 +0200 (2018-03-17)
parents b2efa70e9283
children 4a67f7e79846
rev   line source
al@19804 1 # SliTaz package receipt v2.
pascal@13359 2
pascal@13359 3 PACKAGE="opus"
al@19804 4 VERSION="1.2.1"
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@20512 10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/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"
pascal@13359 14
al@19804 15 SPLIT="opus-dev"
pascal@13359 16
al@20512 17 compile_rules() {
al@19804 18 ./configure \
al@20512 19 --disable-static \
al@20512 20 $CONFIGURE_ARGS &&
al@19804 21 make && make install
pascal@13359 22 }
pascal@13359 23
al@20512 24 genpkg_rules() {
al@19804 25 case $PACKAGE in
al@19804 26 opus) copy @std;;
al@19804 27 *-dev) copy @dev;;
al@19804 28 esac
pascal@13359 29 }