wok-next view opus-tools/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents e1a48ceda4c1
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="opus-tools"
4 VERSION="0.1.10"
5 CATEGORY="multimedia"
6 SHORT_DESC="Opus encoder, decoder and tiny tools"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://opus-codec.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://archive.mozilla.org/pub/opus/$TARBALL"
14 BUILD_DEPENDS="libogg-dev opus-dev flac-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure $CONFIGURE_ARGS && make && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 copy @std
26 DEPENDS="flac libogg opus"
27 }