mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
office/elyxer: Updated for version 1.2.0.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
648d3ff502
commit
ad8af4b8a7
5 changed files with 14 additions and 14 deletions
|
@ -1,4 +1,6 @@
|
|||
eLyXer (pronounced elixir) is a LyX to HTML converter. Using eLyXer, you
|
||||
can build a web representation of your documentation written with LyX.
|
||||
|
||||
eLyXer is a python module, but a wrapper script is provided.
|
||||
As of version 1.2.0, eLyXer is installed as a script instead of a Python
|
||||
module. After installation, in Lyx, select Tools->Reconfigure to configure
|
||||
the HTML export to use the new script.
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# Written by Bending Unit 647 <bender647[at]gmail[dot]com>
|
||||
|
||||
PRGNAM=elyxer
|
||||
VERSION=${VERSION:-1.1.2}
|
||||
VERSION=${VERSION:-1.2.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -54,8 +54,9 @@ find . \
|
|||
python setup.py install --root=$PKG
|
||||
|
||||
mkdir -p $PKG/usr/bin
|
||||
cat $CWD/elyxer.sh > $PKG/usr/bin/elyxer
|
||||
chmod 0755 $PKG/usr/bin/elyxer
|
||||
cd $PKG/usr/bin
|
||||
ln -s elyxer.py elyxer
|
||||
cd -
|
||||
|
||||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="elyxer"
|
||||
VERSION="1.1.2"
|
||||
VERSION="1.2.0"
|
||||
HOMEPAGE="http://elyxer.nongnu.org/"
|
||||
DOWNLOAD="http://download.savannah.gnu.org/releases/elyxer/elyxer-1.1.2.tar.gz"
|
||||
DOWNLOAD="http://download.savannah.gnu.org/releases/elyxer/elyxer-1.2.0.tar.gz"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM="dc1e5e59ac7ef2b62e7dff35a1ced411"
|
||||
MD5SUM="abd4e3dfb0f6f232bac9ee7d70b87e92"
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Bending Unit 647"
|
||||
EMAIL="bender647[at]gmail[dot]com"
|
||||
APPROVED="Erik Hanson"
|
||||
APPROVED="Niels Horn"
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
#!/bin/sh
|
||||
python -m elyxer "$@"
|
|
@ -4,14 +4,13 @@
|
|||
# on the right side marks the last column you can put a character in. You must
|
||||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
elyxer: elyxer (Lyx to HTML converter)
|
||||
elyxer:
|
||||
elyxer: eLyXer is a LyX to HTML converter, implemented as a python module.
|
||||
elyxer: While there are a ton of such projects all over the web, eLyXer has
|
||||
elyxer: a clear focus on flexibility and elegant output. Installing eLyXer
|
||||
elyxer: adds HTML export capability to LyX.
|
||||
elyxer: While there are a ton of such projects all over the web, eLyXer has a
|
||||
elyxer: clear focus on flexibility and elegant output. Installing eLyXer adds
|
||||
elyxer: HTML export capability to LyX.
|
||||
elyxer:
|
||||
elyxer: Project website: http://elyxer.nongnu.org/
|
||||
elyxer:
|
||||
|
|
Loading…
Reference in a new issue