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

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
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 }