wok-next view speexdsp/receipt @ rev 20604

More fix libtool.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 19 13:15:41 2018 +0300 (2018-04-19)
parents 6d173c4b9591
children f48456621a9d
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 fix libtool &&
22 make &&
23 make install
24 }
26 genpkg_rules() {
27 case $PACKAGE in
28 speexdsp) copy @std;;
29 *-dev) copy @dev;;
30 esac
31 }