# HG changeset patch # User Antoine Bodin # Date 1298952697 -3600 # Node ID e40df8ebe0f02ea0a430cb75fdf1365b99f5cad4 # Parent 9f0e57c32d9be687ff7d0c196dcc099df6791316 lyx needs -j1 to install diff -r 9f0e57c32d9b -r e40df8ebe0f0 lyx/receipt --- a/lyx/receipt Tue Mar 01 02:41:39 2011 +0100 +++ b/lyx/receipt Tue Mar 01 05:11:37 2011 +0100 @@ -6,7 +6,7 @@ SHORT_DESC="An advanced open-source document processor." MAINTAINER="gokhlayeh@slitaz.org" DEPENDS="qt4 python perl imagemagick aspell aiksaurus" -BUILD_DEPENDS="Qt4-dev python-dev perl aiksaurus-dev" +BUILD_DEPENDS="Qt4-dev" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.lyx.org" WGET_URL="ftp://ftp.lyx.org/pub/lyx/stable/1.6.x/$TARBALL" @@ -15,13 +15,8 @@ compile_rules() { cd $src - ./configure \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - --with-frontend=qt4 \ - $CONFIGURE_ARGS && - make -j 4 && make DESTDIR=$PWD/_pkg install + ./configure --with-frontend=qt4 && + make && make -j1 install } # Rules to gen a SliTaz package suitable for Tazpkg.