wok diff lirc/receipt @ rev 11282

Add: transmission-remote-gtk (0.7)
author Alexander Medvedev <devl547@gmail.com>
date Thu Nov 10 23:28:52 2011 +0000 (2011-11-10)
parents 32267b369a16
children e778f0bd40a4
line diff
     1.1 --- a/lirc/receipt	Mon Apr 04 13:32:25 2011 +0000
     1.2 +++ b/lirc/receipt	Thu Nov 10 23:28:52 2011 +0000
     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.