wok rev 10597

lirc: fix bdeps and kernel ERROR message
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 26 14:55:42 2011 +0200 (2011-05-26)
parents 214dca097a22
children 43441506d5f5
files lirc/receipt
line diff
     1.1 --- a/lirc/receipt	Thu May 26 14:06:40 2011 +0200
     1.2 +++ b/lirc/receipt	Thu May 26 14:55:42 2011 +0200
     1.3 @@ -5,13 +5,15 @@
     1.4  CATEGORY="utilities"
     1.5  SHORT_DESC="Enables decoding and sending signals of many commonly used remote controls."
     1.6  MAINTAINER="rcx@zoominternet.net"
     1.7 -DEPENDS="glibc-base libusb libusb-compat libftdi xorg-libSM xorg-libICE \
     1.8 -xorg-libX11 xorg-libXau xorg-libXdmcp libirman portaudio xorg-libX11"
     1.9 -BUILD_DEPENDS="linux-module-headers python"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://www.lirc.org/"
    1.12  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.13  
    1.14 +DEPENDS="glibc-base libusb libusb-compat libftdi xorg-libXau libirman \
    1.15 +portaudio alsa-lib util-linux-ng-uuid"
    1.16 +BUILD_DEPENDS="linux linux-module-headers python libusb-dev libirman-dev \
    1.17 +portaudio-dev alsa-lib-dev libusb-compat-dev util-linux-ng-uuid-dev libftdi-dev"
    1.18 +
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {
    1.22 @@ -37,8 +39,8 @@
    1.23  		--with-kerneldir=/usr/src/linux \
    1.24  		--with-moduledir=/lib/modules/$KERNEL_VERSION-slitaz/kernel/misc \
    1.25  		$CONFIGURE_ARGS &&
    1.26 -	make &&
    1.27 -	make DESTDIR=$src/_pkg install
    1.28 +	make | sed s/ERROR/Error/ &&
    1.29 +	make DESTDIR=$DESTDIR install
    1.30  }
    1.31  
    1.32  # Rules to gen a SliTaz package suitable for Tazpkg.