wok rev 14129
esound: recook using existing upgraded audiofile-1 instead of absent old audiofile-0
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Feb 28 10:12:51 2013 +0000 (2013-02-28) |
parents | fff8d437ac2d |
children | 1ec8a747eee5 |
files | esound-dev/receipt esound/receipt |
line diff
1.1 --- a/esound-dev/receipt Thu Feb 28 09:47:02 2013 +0000 1.2 +++ b/esound-dev/receipt Thu Feb 28 10:12:51 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
2.1 --- a/esound/receipt Thu Feb 28 09:47:02 2013 +0000 2.2 +++ b/esound/receipt Thu Feb 28 10:12:51 2013 +0000 2.3 @@ -3,34 +3,32 @@ 2.4 PACKAGE="esound" 2.5 VERSION="0.2.41" 2.6 CATEGORY="development" 2.7 -SHORT_DESC="nlightened Sound Daemon" 2.8 +SHORT_DESC="Enlightened Sound Daemon" 2.9 MAINTAINER="allan316@gmail.com" 2.10 +WEB_SITE="http://www.tux.org/~ricdude/EsounD.html" 2.11 +TARBALL="$PACKAGE-$VERSION.tar.gz" 2.12 +WGET_URL="http://ftp.acc.umu.se/pub/GNOME/sources/esound/0.2/$TARBALL" 2.13 +TAGS="audio sound" 2.14 + 2.15 DEPENDS="audiofile alsa-lib" 2.16 BUILD_DEPENDS="audiofile-dev alsa-lib-dev" 2.17 -TARBALL="$PACKAGE-$VERSION.tar.gz" 2.18 -WEB_SITE="http://www.tux.org/~ricdude/EsounD.html" 2.19 -WGET_URL="http://ftp.acc.umu.se/pub/GNOME/sources/esound/0.2/$TARBALL" 2.20 -TAGS="audio sound" 2.21 2.22 # Rules to configure and make the package. 2.23 compile_rules() 2.24 { 2.25 - cd $src 2.26 ./configure \ 2.27 - --prefix=/usr \ 2.28 --sysconfdir=/etc \ 2.29 - --infodir=/usr/share/info \ 2.30 - --mandir=/usr/share/man \ 2.31 $CONFIGURE_ARGS && 2.32 - make && make DESTDIR=$PWD/_pkg install 2.33 + make && 2.34 + make DESTDIR=$install install 2.35 } 2.36 2.37 # Rules to gen a SliTaz package suitable for Tazpkg. 2.38 genpkg_rules() 2.39 { 2.40 mkdir -p $fs/usr/lib 2.41 - cp -a $_pkg/usr/bin $fs/usr 2.42 - cp -a $_pkg/etc $fs 2.43 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 2.44 + cp -a $install/usr/bin $fs/usr 2.45 + cp -a $install/etc $fs 2.46 + cp -a $install/usr/lib/*.so* $fs/usr/lib 2.47 } 2.48