wok-next view deadbeef-opus/receipt @ rev 20453

Undo openssl split
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Feb 28 16:28:07 2018 +0200 (2018-02-28)
parents 417f77dae192
children 31305a1a8dad
line source
1 # SliTaz package receipt v2.
3 PACKAGE="deadbeef-opus"
4 VERSION="0.6"
5 CATEGORY="multimedia"
6 SHORT_DESC="Ogg Opus decoder plugin for DeaDBeeF"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://bitbucket.org/Lithopsian/deadbeef-opus/overview"
11 TARBALL="opus-$VERSION.tar.gz"
12 WGET_URL="https://bitbucket.org/Lithopsian/deadbeef-opus/downloads/$TARBALL"
14 BUILD_DEPENDS="opusfile-dev deadbeef-dev"
16 compile_rules() {
17 # To support large files (> 2GB) on 32 bit systems
18 sed -i '/FILE_OFFSET_BITS/ s|^# ||' Makefile
20 make PREFIX=/usr &&
21 make PREFIX=$install/usr install
22 }
24 genpkg_rules() {
25 copy @std
26 DEPENDS="deadbeef openssl libogg opus opusfile"
27 }