# HG changeset patch # User Christopher Rogers # Date 1302563759 0 # Node ID a3a040f26ef269c82af865b991fbb857ca4d19f7 # Parent 606424f779c0ee388e42a07a05651e8fbdd39bd3 Up: xorg-xextproto to 7.2.0. diff -r 606424f779c0 -r a3a040f26ef2 xorg-xextproto/receipt --- a/xorg-xextproto/receipt Mon Apr 11 23:13:15 2011 +0000 +++ b/xorg-xextproto/receipt Mon Apr 11 23:15:59 2011 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="xorg-xextproto" -VERSION="7.1.2" +VERSION="7.2.0" CATEGORY="development" SHORT_DESC="Xorg server module." MAINTAINER="pankso@slitaz.org" @@ -18,9 +18,9 @@ cd $src ./configure --prefix=/usr --sysconfdir=/etc \ --mandir=/usr/share/man --localstatedir=/var \ - $CONFIGURE_ARGS - make - make DESTDIR=$PWD/_pkg install + $CONFIGURE_ARGS && + make -j1 && + make -j1 DESTDIR=$PWD/_pkg install } # Rules to gen a SliTaz package suitable for Tazpkg.