wok diff speech-dispatcher/receipt @ rev 16009

go: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 04 16:30:31 2014 +0000 (2014-03-04)
parents e2cc0a6e47fe
children 17e313b5b9c1
line diff
     1.1 --- a/speech-dispatcher/receipt	Mon Apr 30 10:18:35 2012 +0200
     1.2 +++ b/speech-dispatcher/receipt	Tue Mar 04 16:30:31 2014 +0000
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="utilities"
     1.5  SHORT_DESC="Common interface to speech synthesis."
     1.6  MAINTAINER="paul@slitaz.org"
     1.7 +LICENSE="LGPL2.1"
     1.8 +TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9 +WEB_SITE="http://www.freebsoft.org/speechd"
    1.10 +WGET_URL="http://www.freebsoft.org/pub/projects/speechd/$TARBALL"
    1.11 +
    1.12  DEPENDS="glib alsa-lib espeak dotconf python libsndfile"
    1.13  BUILD_DEPENDS="glib-dev pkg-config alsa-lib-dev dotconf-dev python
    1.14  python-dev espeak-dev sed espeak dotconf"
    1.15 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 -WEB_SITE="http://www.freebsoft.org/speechd"
    1.17 -WGET_URL="http://www.freebsoft.org/pub/projects/speechd/$TARBALL"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21 @@ -34,17 +36,17 @@
    1.22  		--sysconfdir=/etc \
    1.23  		--with-espeak \
    1.24  		$CONFIGURE_ARGS &&
    1.25 -	make && make DESTDIR=$PWD/_pkg install
    1.26 +	make && make DESTDIR=$DESTDIR install
    1.27  }
    1.28  
    1.29  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.30  genpkg_rules()
    1.31  {
    1.32  	mkdir -p $fs/usr/share/sounds/speech-dispatcher
    1.33 -	cp -a $_pkg/usr/bin $fs/usr
    1.34 -	cp -a $_pkg/etc $fs
    1.35 -	cp -a $_pkg/usr/lib $fs/usr
    1.36 -	cp -a $_pkg/usr/share $fs/usr
    1.37 +	cp -a $install/usr/bin $fs/usr
    1.38 +	cp -a $install/etc $fs
    1.39 +	cp -a $install/usr/lib $fs/usr
    1.40 +	cp -a $install/usr/share $fs/usr
    1.41  
    1.42  	# copy python stuff
    1.43  	cp -a $src/src/python/_pkg/usr $fs