wok-next annotate lyx/receipt @ rev 21426

updated qcad (3.7.5 -> 3.24.3.4)
author Hans-G?nter Theisgen
date Tue May 05 07:09:38 2020 +0100 (2020-05-05)
parents 5669e8b3be70
children
rev   line source
pascal@20164 1 # SliTaz package receipt v2.
gokhlayeh@7033 2
gokhlayeh@7033 3 PACKAGE="lyx"
al@13912 4 VERSION="2.0.5.1"
gokhlayeh@7033 5 CATEGORY="office"
al@21020 6 SHORT_DESC="Advanced WYSIWYM document processor & LaTeX front-end"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15002 8 LICENSE="GPL2"
al@21020 9 WEB_SITE="https://www.lyx.org/"
al@21020 10
al@13912 11 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@13912 12 WGET_URL="ftp://ftp.lyx.org/pub/lyx/stable/2.0.x/$TARBALL"
al@13912 13
al@21078 14 BUILD_DEPENDS="python Qt4-dev bison aspell-dev libx11-dev aiksaurus-dev \
pascal@19982 15 zlib-dev"
al@21020 16 SPLIT="$PACKAGE-doc $PACKAGE-examples $PACKAGE-locales $PACKAGE"
gokhlayeh@7033 17
al@21020 18 compile_rules() {
al@21020 19 ./configure \
al@21020 20 --with-frontend=qt4 \
al@21020 21 $CONFIGURE_ARGS &&
al@13912 22 make &&
al@13912 23 make -j1 install
gokhlayeh@7033 24 }
gokhlayeh@7033 25
al@21020 26 genpkg_rules() {
pascal@20159 27 case $PACKAGE in
al@21020 28 *-doc)
al@21020 29 copy usr/share/lyx/doc/
al@21020 30 CAT="office|documentation"
al@21020 31 DEPENDS="lyx"
al@21020 32 ;;
al@21020 33 *-examples)
al@21020 34 copy usr/share/lyx/examples/
al@21020 35 CAT="officer|examples"
al@21020 36 DEPENDS="lyx"
al@21020 37 ;;
al@21020 38 *-locales)
al@21020 39 copy locale/
al@21020 40 CAT="localization|locale files"
al@21020 41 DEPENDS="lyx"
al@21020 42 ;;
al@21020 43 lyx)
al@21020 44 copy @std @rm
al@21105 45 DEPENDS="aiksaurus aspell libbzip2 libQtGui python"
al@21020 46 ;;
pascal@20159 47 esac
gokhlayeh@7033 48 }