wok-4.x rev 9043
spandsp: restore receipt (?)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Mar 04 08:41:48 2011 +0100 (2011-03-04) |
parents | 7c923b0875c2 |
children | 711e23eb588c |
files | spandsp/receipt |
line diff
1.1 --- a/spandsp/receipt Fri Mar 04 08:36:11 2011 +0100 1.2 +++ b/spandsp/receipt Fri Mar 04 08:41:48 2011 +0100 1.3 @@ -1,32 +1,27 @@ 1.4 # SliTaz package receipt. 1.5 1.6 -PACKAGE="remmina" 1.7 -VERSION="0.9.3" 1.8 -CATEGORY="network" 1.9 -SHORT_DESC="Remote desktop client written in GTK+" 1.10 +PACKAGE="spandsp" 1.11 +VERSION="0.0.5" 1.12 +CATEGORY="system-tools" 1.13 +SHORT_DESC="library of DSP functions for telephony." 1.14 MAINTAINER="pascal.bellard@slitaz.org" 1.15 -TARBALL="$PACKAGE-$VERSION.tar.gz" 1.16 -WEB_SITE="http://$PACKAGE.sourceforge.net/" 1.17 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.18 -DEPENDS="gtk+" 1.19 -BUILD_DEPENDS="gtk+-dev intltool" 1.20 -SUGGESTED="remmina-plugins" 1.21 -TAGS="rdp vnc" 1.22 +TARBALL="$PACKAGE-$VERSION.tgz" 1.23 +WEB_SITE="http://www.soft-switch.org/" 1.24 +WGET_URL="${WEB_SITE}downloads/$PACKAGE/$TARBALL" 1.25 +DEPENDS="tiff zlib jpeg" 1.26 1.27 # Rules to configure and make the package. 1.28 compile_rules() 1.29 { 1.30 cd $src 1.31 - ./configure --prefix=/usr \ 1.32 - $CONFIGURE_ARGS && 1.33 + ./configure --prefix=/usr && 1.34 make && 1.35 - make DESTDIR=$PWD/_pkg install 1.36 + make install 1.37 } 1.38 1.39 # Rules to gen a SliTaz package suitable for Tazpkg. 1.40 genpkg_rules() 1.41 { 1.42 - mkdir -p $fs/usr 1.43 - cp -a $_pkg/usr/share $fs/usr 1.44 - cp -a $_pkg/usr/bin $fs/usr 1.45 + mkdir -p $fs/usr/lib 1.46 + cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.47 }