wok-next view alsa-plugins/receipt @ rev 21720

qt4: replaced libIDL by libidl
author Hans-G?nter Theisgen
date Wed Aug 05 09:22:38 2020 +0100 (2020-08-05)
parents 3bc985504162
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="alsa-plugins"
4 VERSION="1.2.2"
5 CATEGORY="multimedia"
6 SHORT_DESC="ALSA sound system additional plugins"
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://www.alsa-project.org/main/index.php/Main_Page"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/multimedia/alsa-plugins.html"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="ftp://ftp.alsa-project.org/pub/plugins/$TARBALL"
15 BUILD_DEPENDS="alsa-lib-dev libsamplerate-dev speex-dev speexdsp-dev"
16 DEPENDS_std="alsa-lib libsamplerate speex"
18 compile_rules()
19 {
20 ./configure $CONFIGURE_ARGS &&
21 fix libtool &&
22 make &&
23 make -j1 install || return 1
25 fix symlinks
26 }