office/lyx: Updated for version 1.4.5.1

This commit is contained in:
Michiel van Wessem 2010-05-12 17:44:47 +02:00 committed by Robby Workman
parent 0c4a3cc8d0
commit 850513e3a8
2 changed files with 13 additions and 5 deletions

View file

@ -3,6 +3,8 @@
# Slackware build script for LyX
# Copyright 2007 Martin Lefebvre <dadexter@sekurity.com>
# Copyright 2007-2008 Michiel van Wessem, Manchester, United Kingdom
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -63,6 +65,7 @@ CXXFLAGS="$SLKCFLAGS" \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/man \
--enable-shared \
--with-frontend=${_FRONTEND} \
--with-qt-dir=/usr/lib/qt \
@ -79,6 +82,11 @@ make install DESTDIR=$PKG || exit 1
find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
)
( 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
)
( 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

View file

@ -1,8 +1,8 @@
PRGNAM="lyx"
VERSION="1.4.5.1"
HOMEPAGE="http://www.lyx.org"
DOWNLOAD="ftp://ftp.lyx.org/pub/lyx/stable/1.4.x/lyx-1.4.5.1.tar.gz"
MD5SUM="cc62fd248c5ee7816fd341796160963d"
MAINTAINER="Martin Lefebvre"
EMAIL="dadexter@gmail.com"
APPROVED="BP{k}"
DOWNLOAD="ftp://ftp.lyx.org/pub/lyx/stable/1.4.x/lyx-1.4.5.1.tar.bz2"
MD5SUM="b74d82e80c49c7edb782ec7395b7ca27"
MAINTAINER="Michiel van Wessem"
EMAIL="michiel@slackbuilds.org"
APPROVED="rworkman"