wok rev 13626

Up: alsa-plugons (1.0.26) and fix missing build deps
author Christophe Lincoln <pankso@slitaz.org>
date Wed Nov 14 21:43:11 2012 +0100 (2012-11-14)
parents 4a2f9814b85c
children 26492d5c01dc
files alsa-plugins/receipt
line diff
     1.1 --- a/alsa-plugins/receipt	Wed Nov 14 14:55:26 2012 +0100
     1.2 +++ b/alsa-plugins/receipt	Wed Nov 14 21:43:11 2012 +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 -