wok diff alsa-plugins/receipt @ rev 14192
Up: emacs-lisp-sources (24.3)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Tue Mar 12 23:02:56 2013 +0100 (2013-03-12) |
parents | 6611fa233b1e |
children | 76b72f1ad63c |
line diff
1.1 --- a/alsa-plugins/receipt Thu Apr 19 21:33:56 2012 +0000 1.2 +++ b/alsa-plugins/receipt Tue Mar 12 23:02:56 2013 +0100 1.3 @@ -1,15 +1,17 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="alsa-plugins" 1.7 -VERSION="1.0.25" 1.8 +VERSION="1.0.26" 1.9 CATEGORY="multimedia" 1.10 SHORT_DESC="Alsa sound system additionnal plugins." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 -DEPENDS="alsa-lib libsamplerate" 1.13 -BUILD_DEPENDS="pkg-config alsa-lib-dev" 1.14 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.15 WEB_SITE="http://www.alsa-project.org/" 1.16 -WGET_URL="ftp://ftp.alsa-project.org/pub/plugins/$TARBALL" 1.17 +#WGET_URL="ftp://ftp.alsa-project.org/pub/plugins/$TARBALL" 1.18 +WGET_URL="http://alsa.cybermirror.org/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 1.23 # Rules to configure and make the package. 1.24 compile_rules() 1.25 @@ -26,6 +28,5 @@ 1.26 genpkg_rules() 1.27 { 1.28 mkdir -p $fs/usr/lib/alsa-lib 1.29 - cp -a $_pkg/usr/lib/alsa-lib/*.so $fs/usr/lib/alsa-lib 1.30 + cp -a $install/usr/lib/alsa-lib/*.so $fs/usr/lib/alsa-lib 1.31 } 1.32 -