wok annotate lyx/receipt @ rev 14309

Up: ethumb-dev (1.7.5)
author Dominique Corbex <domcox@slitaz.org>
date Sun Apr 07 10:20:34 2013 +0200 (2013-04-07)
parents 04dbd2523d34
children 7896f0694ef6
rev   line source
gokhlayeh@7033 1 # SliTaz package receipt.
gokhlayeh@7033 2
gokhlayeh@7033 3 PACKAGE="lyx"
al@13912 4 VERSION="2.0.5.1"
gokhlayeh@7033 5 CATEGORY="office"
al@13912 6 SHORT_DESC="An advanced WYSIWYM document processor & LaTeX front-end"
gokhlayeh@7033 7 MAINTAINER="gokhlayeh@slitaz.org"
gokhlayeh@7033 8 WEB_SITE="http://www.lyx.org"
al@13912 9 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@13912 10 WGET_URL="ftp://ftp.lyx.org/pub/lyx/stable/2.0.x/$TARBALL"
al@13912 11
al@13912 12 DEPENDS="aiksaurus aspell bzlib libQtGui python"
al@13912 13 BUILD_DEPENDS="python Qt4-dev bison aspell-dev xorg-libX11-dev aiksaurus-dev"
gokhlayeh@7033 14
gokhlayeh@7033 15 # Rules to configure and make the package.
gokhlayeh@7033 16 compile_rules()
gokhlayeh@7033 17 {
gokhlayeh@11573 18 ./configure --with-frontend=qt4 $CONFIGURE_ARGS &&
al@13912 19 make &&
al@13912 20 make -j1 install
gokhlayeh@7033 21 }
gokhlayeh@7033 22
gokhlayeh@7033 23 # Rules to gen a SliTaz package suitable for Tazpkg.
gokhlayeh@7033 24 genpkg_rules()
gokhlayeh@7033 25 {
al@13912 26 mkdir -p $fs/usr/share
al@13912 27 cp -a $_pkg/usr/bin $fs/usr
al@13912 28 cp -a $_pkg/usr/share/lyx $fs/usr/share
gokhlayeh@7033 29 rm -r $fs/usr/share/lyx/doc $fs/usr/share/lyx/examples
gokhlayeh@7033 30 }