wok diff xorg-libICE/receipt @ rev 3435

coreutils: Fix (hack) build
author Christophe Lincoln <pankso@slitaz.org>
date Sat Jun 13 16:20:43 2009 +0200 (2009-06-13)
parents 075898aaed14
children 55fede281d6c
line diff
     1.1 --- a/xorg-libICE/receipt	Wed Jul 16 16:20:36 2008 +0000
     1.2 +++ b/xorg-libICE/receipt	Sat Jun 13 16:20:43 2009 +0200
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Xorg server module."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 +BUILD_DEPENDS="pkg-config xorg-xproto"
     1.8  SOURCE="libICE"
     1.9  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://www.x.org/"
    1.11 @@ -16,8 +17,8 @@
    1.12      cd $src
    1.13      ./configure --prefix=/usr --sysconfdir=/etc \
    1.14      --mandir=/usr/share/man --localstatedir=/var \
    1.15 -    $CONFIGURE_ARGS
    1.16 -    make
    1.17 +    $CONFIGURE_ARGS &&
    1.18 +    make &&
    1.19      make DESTDIR=$PWD/_pkg install
    1.20  }
    1.21