wok diff esound-dev/receipt @ rev 15020

airpwn: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 11 17:42:17 2013 +0000 (2013-08-11)
parents 129bb5b11a7e
children 223b265f40fd
line diff
     1.1 --- a/esound-dev/receipt	Wed Mar 02 03:12:51 2011 +0000
     1.2 +++ b/esound-dev/receipt	Sun Aug 11 17:42:17 2013 +0000
     1.3 @@ -3,19 +3,20 @@
     1.4  PACKAGE="esound-dev"
     1.5  VERSION="0.2.41"
     1.6  CATEGORY="development"
     1.7 -SHORT_DESC="nlightened Sound Daemon"
     1.8 +SHORT_DESC="Enlightened Sound Daemon"
     1.9  MAINTAINER="allan316@gmail.com"
    1.10 +WEB_SITE="http://www.tux.org/~ricdude/EsounD.html"
    1.11 +
    1.12 +WANTED="esound"
    1.13  DEPENDS="esound"
    1.14 -WEB_SITE="http://www.tux.org/~ricdude/EsounD.html"
    1.15 -WANTED="esound"
    1.16  
    1.17  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.18  genpkg_rules()
    1.19  {
    1.20  	mkdir -p $fs/usr/lib
    1.21 -	cp -a $_pkg/usr/include $fs/usr
    1.22 -	cp -a $_pkg/usr/lib/*.la $fs/usr/lib
    1.23 -	cp -a $_pkg/usr/lib/*.a $fs/usr/lib
    1.24 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.25 +	cp -a $install/usr/include $fs/usr
    1.26 +	cp -a $install/usr/lib/*.la $fs/usr/lib
    1.27 +	cp -a $install/usr/lib/*.a $fs/usr/lib
    1.28 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.29  }
    1.30