wok-next diff opusfile/receipt @ rev 20273

remove samba-pam
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 08 10:06:19 2017 +0100 (2017-11-08)
parents
children e6615350078d
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/opusfile/receipt	Wed Nov 08 10:06:19 2017 +0100
     1.3 @@ -0,0 +1,32 @@
     1.4 +# SliTaz package receipt v2.
     1.5 +
     1.6 +PACKAGE="opusfile"
     1.7 +VERSION="0.9"
     1.8 +CATEGORY="multimedia"
     1.9 +SHORT_DESC="Library for opening, seeking, and decoding .opus files"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="BSD"
    1.12 +WEB_SITE="https://opus-codec.org/"
    1.13 +
    1.14 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15 +WGET_URL="https://downloads.xiph.org/releases/opus/$TARBALL"
    1.16 +
    1.17 +BUILD_DEPENDS="openssl-dev libogg-dev opus-dev"
    1.18 +SPLIT="opusfile-dev"
    1.19 +
    1.20 +compile_rules() {
    1.21 +	./configure $CONFIGURE_ARGS && make && make install
    1.22 +}
    1.23 +
    1.24 +genpkg_rules() {
    1.25 +	case $PACKAGE in
    1.26 +		opusfile)
    1.27 +			copy @std
    1.28 +			DEPENDS="libcrypto libogg libssl opus"
    1.29 +			;;
    1.30 +		*-dev)
    1.31 +			copy @dev
    1.32 +			DEPENDS="opusfile libogg-dev openssl-dev opus-dev"
    1.33 +			;;
    1.34 +	esac
    1.35 +}