wok view alsa-plugins/receipt @ rev 13950

add libwmf libwmf-dev
author ernia <monghitri@aruba.it>
date Tue Jan 29 21:00:25 2013 +0000 (2013-01-29)
parents 6611fa233b1e
children 76b72f1ad63c
line source
1 # SliTaz package receipt.
3 PACKAGE="alsa-plugins"
4 VERSION="1.0.26"
5 CATEGORY="multimedia"
6 SHORT_DESC="Alsa sound system additionnal plugins."
7 MAINTAINER="pankso@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://www.alsa-project.org/"
10 #WGET_URL="ftp://ftp.alsa-project.org/pub/plugins/$TARBALL"
11 WGET_URL="http://alsa.cybermirror.org/plugins/$TARBALL"
13 DEPENDS="alsa-lib libsamplerate speex"
14 BUILD_DEPENDS="pkg-config alsa-lib-dev libsamplerate-dev speex-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./configure \
21 --prefix=/usr \
22 $CONFIGURE_ARGS &&
23 make &&
24 make -j1 DESTDIR=$DESTDIR install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mkdir -p $fs/usr/lib/alsa-lib
31 cp -a $install/usr/lib/alsa-lib/*.so $fs/usr/lib/alsa-lib
32 }