# HG changeset patch # User Christophe Lincoln # Date 1306414542 -7200 # Node ID 07be27851acc78a6afcbbb957c501d4bc82ecd58 # Parent 214dca097a227a93f9a99ef7c2ae335f28d013df lirc: fix bdeps and kernel ERROR message diff -r 214dca097a22 -r 07be27851acc lirc/receipt --- a/lirc/receipt Thu May 26 14:06:40 2011 +0200 +++ b/lirc/receipt Thu May 26 14:55:42 2011 +0200 @@ -5,13 +5,15 @@ CATEGORY="utilities" SHORT_DESC="Enables decoding and sending signals of many commonly used remote controls." MAINTAINER="rcx@zoominternet.net" -DEPENDS="glibc-base libusb libusb-compat libftdi xorg-libSM xorg-libICE \ -xorg-libX11 xorg-libXau xorg-libXdmcp libirman portaudio xorg-libX11" -BUILD_DEPENDS="linux-module-headers python" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.lirc.org/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" +DEPENDS="glibc-base libusb libusb-compat libftdi xorg-libXau libirman \ +portaudio alsa-lib util-linux-ng-uuid" +BUILD_DEPENDS="linux linux-module-headers python libusb-dev libirman-dev \ +portaudio-dev alsa-lib-dev libusb-compat-dev util-linux-ng-uuid-dev libftdi-dev" + # Rules to configure and make the package. compile_rules() { @@ -37,8 +39,8 @@ --with-kerneldir=/usr/src/linux \ --with-moduledir=/lib/modules/$KERNEL_VERSION-slitaz/kernel/misc \ $CONFIGURE_ARGS && - make && - make DESTDIR=$src/_pkg install + make | sed s/ERROR/Error/ && + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg.