wok-backports rev 45

Remove apulse, use pulseaudio
author Richard Dunbar <mojo@slitaz.org>
date Fri Apr 17 00:22:09 2015 -0400 (2015-04-17)
parents c4afef023506
children 28a9ec292e58
files apulse/receipt
line diff
     1.1 --- a/apulse/receipt	Tue Apr 07 16:45:05 2015 +0300
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,29 +0,0 @@
     1.4 -# SliTaz package receipt.
     1.5 -
     1.6 -PACKAGE="apulse"
     1.7 -VERSION="0.1.5"
     1.8 -CATEGORY="multimedia"
     1.9 -SHORT_DESC="PulseAudio emulator for Alsa"
    1.10 -MAINTAINER="mojo@slitaz.org"
    1.11 -LICENSE="MIT"
    1.12 -WEB_SITE="https://github.com/i-rinat/apulse"
    1.13 -TARBALL="v$VERSION.tar.gz"
    1.14 -WGET_URL="$WEB_SITE/archive/$TARBALL"
    1.15 -SUGGESTED="skype"
    1.16 -
    1.17 -DEPENDS="pcre alsa-lib glib"
    1.18 -BUILD_DEPENDS="cmake wget alsa-lib-dev glib-dev"
    1.19 -
    1.20 -# Rules to configure and make the package.
    1.21 -compile_rules()
    1.22 -{
    1.23 -        mv  $src/* ../
    1.24 -        cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
    1.25 -        make && make install  
    1.26 -}
    1.27 -
    1.28 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.29 -genpkg_rules()
    1.30 -{
    1.31 -	cp -a $install/* $fs
    1.32 -}