diff options
-rw-r--r-- | office/lyx/README | 8 | ||||
-rw-r--r-- | office/lyx/lyx.SlackBuild | 79 | ||||
-rw-r--r-- | office/lyx/lyx.info | 10 | ||||
-rw-r--r-- | office/lyx/slack-desc | 19 |
4 files changed, 0 insertions, 116 deletions
diff --git a/office/lyx/README b/office/lyx/README deleted file mode 100644 index b000664a545d..000000000000 --- a/office/lyx/README +++ /dev/null @@ -1,8 +0,0 @@ -LyX - A WYSIWYM document processor. - -LyX is for people that write and want their writing to look great, -right out of the box. No more endless tinkering with formatting -details, 'finger painting' font attributes or futzing around with -page boundaries. You just write. In the background, Prof. Knuth's -legendary TeX typesetting engine makes you look good. - diff --git a/office/lyx/lyx.SlackBuild b/office/lyx/lyx.SlackBuild deleted file mode 100644 index 8b82f7be024c..000000000000 --- a/office/lyx/lyx.SlackBuild +++ /dev/null @@ -1,79 +0,0 @@ -#!/bin/sh - -# Slackware build script for lyx - -# Written by core (eroc@linuxmail.org) -# Modified by Robby Workman <rworkman@slackbuilds.org> - -PRGNAM=lyx -VERSION=${VERSION:-1.6.3} -ARCH=${ARCH:-i486} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -fi - -set -e - -rm -rf $PKG -mkdir -p $TMP $PKG $OUTPUT -cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -cd $PRGNAM-$VERSION -chown -R root:root . -find . \ - \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; - -CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" \ -./configure \ - --prefix=/usr \ - --libdir=/usr/lib${LIBDIRSUFFIX} \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --mandir=/usr/man \ - --docdir=/usr/doc/$PRGNAM-$VERSION \ - --enable-shared=yes \ - --with-aspell \ - --with-ispell \ - --build=$ARCH-slackware-linux - -make -make install DESTDIR=$PKG - -find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ - | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true - -( cd $PKG/usr/man - find . -type f -exec gzip -9 {} \; - for i in $( find . -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done -) - -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a ABOUT-NLS ANNOUNCE COPYING INSTALL* NEWS README* \ - RELEASE-NOTES UPGRADING $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild - -mkdir -p $PKG/install -cat $CWD/slack-desc > $PKG/install/slack-desc - -cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} diff --git a/office/lyx/lyx.info b/office/lyx/lyx.info deleted file mode 100644 index 18dd7fd122d2..000000000000 --- a/office/lyx/lyx.info +++ /dev/null @@ -1,10 +0,0 @@ -PRGNAM="lyx" -VERSION="1.6.3" -HOMEPAGE="http://www.lyx.org" -DOWNLOAD="ftp://ftp.lyx.org/pub/lyx/stable/1.6.x/lyx-1.6.3.tar.gz" -MD5SUM="2160e371b1090aff684e0b0de0715c83" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" -MAINTAINER="core" -EMAIL="eroc@linuxmail.org" -APPROVED="rworkman" diff --git a/office/lyx/slack-desc b/office/lyx/slack-desc deleted file mode 100644 index 26a4c366d83d..000000000000 --- a/office/lyx/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' -# 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 ':'. - - |-----handy-ruler------------------------------------------------------| -lyx: LyX (WYSIWYM document processor) -lyx: -lyx: LyX is for people that write and want their writing to look great, -lyx: right out of the box. No more endless tinkering with formatting -lyx: details, 'finger painting' font attributes or futzing around with -lyx: page boundaries. You just write. In the background, Prof. Knuth's -lyx: legendary TeX typesetting engine makes you look good. -lyx: -lyx: Homepage: http://www.lyx.org -lyx: -lyx: |