wok-next annotate opus-tools/receipt @ rev 21550
updated childsplay (3.3 -> 3.4)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jun 22 10:26:12 2020 +0100 (2020-06-22) |
parents | 8c198c0388a5 |
children |
rev | line source |
---|---|
al@19843 | 1 # SliTaz package receipt v2. |
pascal@13361 | 2 |
pascal@13361 | 3 PACKAGE="opus-tools" |
al@19843 | 4 VERSION="0.1.10" |
pascal@13361 | 5 CATEGORY="multimedia" |
al@19843 | 6 SHORT_DESC="Opus encoder, decoder and tiny tools" |
pascal@13361 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15002 | 8 LICENSE="GPL2" |
al@19843 | 9 WEB_SITE="http://opus-codec.org/" |
al@19843 | 10 |
pascal@13361 | 11 TARBALL="$PACKAGE-$VERSION.tar.gz" |
al@19843 | 12 WGET_URL="https://archive.mozilla.org/pub/opus/$TARBALL" |
pascal@13361 | 13 |
al@19843 | 14 BUILD_DEPENDS="libogg-dev opus-dev flac-dev" |
pascal@13361 | 15 |
al@21020 | 16 compile_rules() { |
al@21020 | 17 ./configure $CONFIGURE_ARGS && |
al@21020 | 18 make && |
al@21020 | 19 make install |
pascal@13361 | 20 } |
pascal@13361 | 21 |
al@21020 | 22 genpkg_rules() { |
al@19843 | 23 copy @std |
al@19843 | 24 DEPENDS="flac libogg opus" |
pascal@13361 | 25 } |