wok-next diff alsa-plugins/receipt @ rev 21135
Up libgcrypt (1.8.4), libpgp-error (1.34), libxml2 (2.9.9), libxslt (1.1.33).
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sun Jan 20 16:02:24 2019 +0200 (2019-01-20) |
parents | 8459b1de4897 |
children | 3bc985504162 |
line diff
1.1 --- a/alsa-plugins/receipt Tue Nov 06 14:32:27 2018 +0200 1.2 +++ b/alsa-plugins/receipt Sun Jan 20 16:02:24 2019 +0200 1.3 @@ -13,15 +13,13 @@ 1.4 WGET_URL="ftp://ftp.alsa-project.org/pub/plugins/$TARBALL" 1.5 1.6 BUILD_DEPENDS="alsa-lib-dev libsamplerate-dev speex-dev speexdsp-dev" 1.7 +DEPENDS_std="alsa-lib libsamplerate speex" 1.8 1.9 compile_rules() { 1.10 ./configure $CONFIGURE_ARGS && 1.11 fix libtool && 1.12 make && 1.13 - make -j1 install 1.14 + make -j1 install || return 1 1.15 + 1.16 + fix symlinks 1.17 } 1.18 - 1.19 -genpkg_rules() { 1.20 - copy @std 1.21 - DEPENDS="alsa-lib libsamplerate speex" 1.22 -}