wok-current rev 25067
updated alsa-plugins (1.1.5 -> 1.2.6)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jun 10 13:40:50 2022 +0100 (2022-06-10) |
parents | 1931b321046f |
children | dad19ef50074 |
files | alsa-plugins/receipt |
line diff
1.1 --- a/alsa-plugins/receipt Fri Jun 10 13:35:13 2022 +0100 1.2 +++ b/alsa-plugins/receipt Fri Jun 10 13:40:50 2022 +0100 1.3 @@ -1,17 +1,18 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="alsa-plugins" 1.7 -VERSION="1.1.5" 1.8 +VERSION="1.2.6" 1.9 CATEGORY="multimedia" 1.10 -SHORT_DESC="Alsa sound system additionnal plugins." 1.11 +SHORT_DESC="Alsa sound system additional plugins." 1.12 MAINTAINER="pankso@slitaz.org" 1.13 LICENSE="LGPL2.1" 1.14 +WEB_SITE="https://www.alsa-project.org/" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.17 -WEB_SITE="http://www.alsa-project.org/" 1.18 WGET_URL="ftp://ftp.alsa-project.org/pub/plugins/$TARBALL" 1.19 1.20 DEPENDS="alsa-lib libsamplerate speex" 1.21 -BUILD_DEPENDS="pkg-config alsa-lib-dev libsamplerate-dev speex-dev" 1.22 +BUILD_DEPENDS="alsa-lib-dev libsamplerate-dev pkg-config speex-dev" 1.23 1.24 current_version() 1.25 { 1.26 @@ -22,17 +23,16 @@ 1.27 # Rules to configure and make the package. 1.28 compile_rules() 1.29 { 1.30 - cd $src 1.31 - ./configure \ 1.32 - --prefix=/usr \ 1.33 + ./configure \ 1.34 + --prefix=/usr \ 1.35 $CONFIGURE_ARGS && 1.36 make && 1.37 - make -j1 DESTDIR=$DESTDIR install 1.38 + make install DESTDIR=$DESTDIR 1.39 } 1.40 1.41 # Rules to gen a SliTaz package suitable for Tazpkg. 1.42 genpkg_rules() 1.43 { 1.44 mkdir -p $fs/usr/lib/alsa-lib 1.45 - cp -a $install/usr/lib/alsa-lib/*.so $fs/usr/lib/alsa-lib 1.46 + cp -a $install/usr/lib/alsa-lib/*.so $fs/usr/lib/alsa-lib 1.47 }