diff options
Diffstat (limited to 'office')
-rw-r--r-- | office/lyx/lyx.SlackBuild | 8 | ||||
-rw-r--r-- | office/lyx/lyx.info | 10 |
2 files changed, 13 insertions, 5 deletions
diff --git a/office/lyx/lyx.SlackBuild b/office/lyx/lyx.SlackBuild index 0d44e04973..f688a211ae 100644 --- a/office/lyx/lyx.SlackBuild +++ b/office/lyx/lyx.SlackBuild @@ -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 \ @@ -81,6 +84,11 @@ make install DESTDIR=$PKG || exit 1 ( 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 ) diff --git a/office/lyx/lyx.info b/office/lyx/lyx.info index 32500e3887..95c2ed4d06 100644 --- a/office/lyx/lyx.info +++ b/office/lyx/lyx.info @@ -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" |