wok-next view speexdsp/receipt @ rev 20143

postgresql: receipt v2
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 01 11:18:25 2017 +0100 (2017-11-01)
parents
children 6d173c4b9591
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"
11 HOST_ARCH="i486 arm"
13 TARBALL="$PACKAGE-$VERSION.tar.gz"
14 WGET_URL="https://downloads.xiph.org/releases/speex/$TARBALL"
16 SPLIT="speexdsp-dev"
18 compile_rules() {
19 ./configure \
20 --disable-static \
21 --docdir=/usr/share/doc/$PACKAGE-$VERSION \
22 $CONFIGURE_ARGS &&
23 make &&
24 make install
25 }
27 genpkg_rules() {
28 case $PACKAGE in
29 speexdsp) copy @std;;
30 *-dev) copy @dev;;
31 esac
32 }