wok-next annotate alsa-plugins/receipt @ rev 21565

updated coreutils (8.30 -> 8.32)
author Hans-G?nter Theisgen
date Mon Jun 22 15:58:01 2020 +0100 (2020-06-22)
parents 3bc985504162
children
rev   line source
al@20455 1 # SliTaz package receipt v2.
pankso@256 2
pankso@256 3 PACKAGE="alsa-plugins"
Hans-G?nter@21485 4 VERSION="1.2.2"
pankso@256 5 CATEGORY="multimedia"
Hans-G?nter@21485 6 SHORT_DESC="ALSA sound system additional plugins"
Hans-G?nter@21485 7 MAINTAINER="maintainer@slitaz.org"
pascal@14996 8 LICENSE="LGPL2.1"
pascal@21181 9 WEB_SITE="https://www.alsa-project.org/main/index.php/Main_Page"
al@21017 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/multimedia/alsa-plugins.html"
al@20455 11
pankso@256 12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pankso@15946 13 WGET_URL="ftp://ftp.alsa-project.org/pub/plugins/$TARBALL"
pankso@13626 14
al@20799 15 BUILD_DEPENDS="alsa-lib-dev libsamplerate-dev speex-dev speexdsp-dev"
al@21048 16 DEPENDS_std="alsa-lib libsamplerate speex"
pankso@256 17
Hans-G?nter@21485 18 compile_rules()
Hans-G?nter@21485 19 {
al@20569 20 ./configure $CONFIGURE_ARGS &&
al@20569 21 fix libtool &&
pascal@1447 22 make &&
al@21048 23 make -j1 install || return 1
al@21048 24
al@21048 25 fix symlinks
pankso@256 26 }