wok-stable diff lyx/receipt @ rev 10855
linux: Add ts_* modules. linux-input-touchscreen had ts_* modules in it. Only adds 4kb to linux packages.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Jun 14 11:41:17 2011 +0000 (2011-06-14) |
parents | 2ab3d9ecde41 |
children | b7319995b37e |
line diff
1.1 --- a/lyx/receipt Thu Feb 10 03:09:51 2011 +0000 1.2 +++ b/lyx/receipt Tue Jun 14 11:41:17 2011 +0000 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.