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

updated powermanga (0.80 -> 0.93.1)
author Hans-G?nter Theisgen
date Sat Apr 25 17:45:14 2020 +0100 (2020-04-25)
parents 7b8e000b629f
children d2292109a57a
line source
1 # SliTaz package receipt v2.
3 PACKAGE="alsa-plugins"
4 VERSION="1.1.7"
5 CATEGORY="multimedia"
6 SHORT_DESC="ALSA sound system additionnal plugins"
7 MAINTAINER="devel@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 ./configure $CONFIGURE_ARGS &&
20 fix libtool &&
21 make &&
22 make -j1 install || return 1
24 fix symlinks
25 }