wok diff xorg-xextproto/receipt @ rev 12091

nanochess: red based colors
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 10 18:05:44 2012 +0100 (2012-03-10)
parents c514cc4854d8
children b819c0ead351
line diff
     1.1 --- a/xorg-xextproto/receipt	Wed Jan 19 19:41:12 2011 +0000
     1.2 +++ b/xorg-xextproto/receipt	Sat Mar 10 18:05:44 2012 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-xextproto"
     1.7 -VERSION="7.1.2"
     1.8 +VERSION="7.2.0"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Xorg server module."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -18,9 +18,9 @@
    1.13      cd $src
    1.14      ./configure --prefix=/usr --sysconfdir=/etc \
    1.15      --mandir=/usr/share/man --localstatedir=/var \
    1.16 -    $CONFIGURE_ARGS
    1.17 -    make
    1.18 -    make DESTDIR=$PWD/_pkg install
    1.19 +    $CONFIGURE_ARGS &&
    1.20 +    make -j1 &&
    1.21 +    make -j1 DESTDIR=$PWD/_pkg install
    1.22  }
    1.23  
    1.24  # Rules to gen a SliTaz package suitable for Tazpkg.