wok diff xorg-libXfixes/receipt @ rev 5253

Removed firefox-simple-mail
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 12 18:58:00 2010 +0200 (2010-04-12)
parents 075898aaed14
children 55fede281d6c
line diff
     1.1 --- a/xorg-libXfixes/receipt	Wed Jul 16 16:20:36 2008 +0000
     1.2 +++ b/xorg-libXfixes/receipt	Mon Apr 12 18:58:00 2010 +0200
     1.3 @@ -7,6 +7,7 @@
     1.4  MAINTAINER="pankso@slitaz.org"
     1.5  SOURCE="libXfixes"
     1.6  TARBALL="$SOURCE-$VERSION.tar.gz"
     1.7 +DEPENDS="xorg-libX11 xorg-libXau xorg-libXdmcp"
     1.8  WEB_SITE="http://www.x.org/"
     1.9  WGET_URL="$XORG_MIRROR/lib/$TARBALL"
    1.10  
    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