wok-next annotate speexdsp/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents f48456621a9d
children
rev   line source
al@20017 1 # SliTaz package receipt v2.
al@20017 2
al@20017 3 PACKAGE="speexdsp"
al@20017 4 VERSION="1.2rc3"
al@20017 5 CATEGORY="multimedia"
al@21020 6 SHORT_DESC="Patent-free, Open Source/Free Software DSP library"
al@20017 7 MAINTAINER="al.bobylev@gmail.com"
al@20017 8 LICENSE="BSD"
al@20017 9 WEB_SITE="https://www.speex.org/"
al@21017 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/multimedia/speex.html"
al@20017 11
al@20017 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@20017 13 WGET_URL="https://downloads.xiph.org/releases/speex/$TARBALL"
al@20017 14
al@21020 15 SPLIT="$PACKAGE-dev"
al@20017 16
al@20017 17 compile_rules() {
al@20017 18 ./configure \
al@20017 19 --disable-static \
al@20017 20 $CONFIGURE_ARGS &&
al@20604 21 fix libtool &&
al@20017 22 make &&
al@20017 23 make install
al@20017 24 }
al@20017 25
al@20017 26 genpkg_rules() {
al@20017 27 case $PACKAGE in
al@20017 28 speexdsp) copy @std;;
al@20017 29 *-dev) copy @dev;;
al@20017 30 esac
al@20017 31 }