wok diff xorg-rgb/receipt @ rev 1990

Fix: xrick CATEGORY
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Tue Jan 06 23:40:55 2009 +0100 (2009-01-06)
parents 075898aaed14
children 8192b7f227da
line diff
     1.1 --- a/xorg-rgb/receipt	Wed Jul 16 16:20:36 2008 +0000
     1.2 +++ b/xorg-rgb/receipt	Tue Jan 06 23:40:55 2009 +0100
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="X11 RGB colors definitions."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 +BUILD_DEPENDS="pkg-config xorg-xproto"
     1.8  SOURCE="rgb"
     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