wok rev 8924

lyx needs -j1 to install
author Antoine Bodin <gokhlayeh@slitaz.org>
date Tue Mar 01 05:11:37 2011 +0100 (2011-03-01)
parents 9f0e57c32d9b
children 91821d2640b2
files lyx/receipt
line diff
     1.1 --- a/lyx/receipt	Tue Mar 01 02:41:39 2011 +0100
     1.2 +++ b/lyx/receipt	Tue Mar 01 05:11:37 2011 +0100
     1.3 @@ -6,7 +6,7 @@
     1.4  SHORT_DESC="An advanced open-source document processor."
     1.5  MAINTAINER="gokhlayeh@slitaz.org"
     1.6  DEPENDS="qt4 python perl imagemagick aspell aiksaurus"
     1.7 -BUILD_DEPENDS="Qt4-dev python-dev perl aiksaurus-dev"
     1.8 +BUILD_DEPENDS="Qt4-dev"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.10  WEB_SITE="http://www.lyx.org"
    1.11  WGET_URL="ftp://ftp.lyx.org/pub/lyx/stable/1.6.x/$TARBALL"
    1.12 @@ -15,13 +15,8 @@
    1.13  compile_rules()
    1.14  {
    1.15  	cd $src
    1.16 -	./configure \
    1.17 -		--prefix=/usr \
    1.18 -		--infodir=/usr/share/info \
    1.19 -		--mandir=/usr/share/man \
    1.20 -		 --with-frontend=qt4 \
    1.21 -		$CONFIGURE_ARGS &&
    1.22 -	make -j 4 && make DESTDIR=$PWD/_pkg install
    1.23 +	./configure --with-frontend=qt4 &&
    1.24 +	make && make -j1 install
    1.25  }
    1.26  
    1.27  # Rules to gen a SliTaz package suitable for Tazpkg.