wok-next view opus/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 188b011e073a
children f48456621a9d
line source
1 # SliTaz package receipt v2.
3 PACKAGE="opus"
4 VERSION="1.2.1"
5 CATEGORY="multimedia"
6 SHORT_DESC="Totally open, royalty-free, highly versatile audio codec"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://opus-codec.org/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/multimedia/opus.html"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="https://archive.mozilla.org/pub/opus/$TARBALL"
15 SPLIT="opus-dev"
17 compile_rules() {
18 ./configure \
19 --disable-static \
20 $CONFIGURE_ARGS &&
21 fix libtool &&
22 make && make install
23 }
25 genpkg_rules() {
26 case $PACKAGE in
27 opus) copy @std;;
28 *-dev) copy @dev;;
29 esac
30 }