wok-next view speexdsp/receipt @ rev 20455

Update alsa
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Mar 01 20:46:32 2018 +0200 (2018-03-01)
parents 0a09c3bcc46b
children 10df65db91ad
line source
1 # SliTaz package receipt v2.
3 PACKAGE="speexdsp"
4 VERSION="1.2rc3"
5 CATEGORY="multimedia"
6 SHORT_DESC="SpeexDSP is a patent-free, Open Source/Free Software DSP library"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="BSD"
9 WEB_SITE="https://www.speex.org/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/multimedia/speex.html"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="https://downloads.xiph.org/releases/speex/$TARBALL"
15 SPLIT="speexdsp-dev"
17 compile_rules() {
18 ./configure \
19 --disable-static \
20 $CONFIGURE_ARGS &&
21 make &&
22 make install
23 }
25 genpkg_rules() {
26 case $PACKAGE in
27 speexdsp) copy @std;;
28 *-dev) copy @dev;;
29 esac
30 }