wok view speex/receipt @ rev 2440

sox, speex, squid, sshfs-fuse, streamripper, subversion, sudoku-savant, supertux: update depends
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 13 09:14:24 2009 +0000 (2009-03-13)
parents e1b5def76752
children a59ebb0d6909
line source
1 # SliTaz package receipt.
3 PACKAGE="speex"
4 VERSION="1.0.5"
5 CATEGORY="multimedia"
6 SHORT_DESC="Low bandwith voice codec."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 DEPENDS="libogg"
10 WEB_SITE="http://www.speex.org/"
11 WGET_URL="http://downloads.us.xiph.org/releases/$PACKAGE/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 ./configure --prefix=/usr --infodir=/usr/share/info \
18 --mandir=/usr/share/man $CONFIGURE_ARGS &&
19 make &&
20 make DESTDIR=$PWD/_pkg install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/lib
27 cp -a $_pkg/usr/bin $fs/usr
28 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
29 # cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
30 }