diff options
author | Aleksandar Samardzic <asamardzic@gmail.com> | 2010-04-27 04:41:35 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-15 10:50:30 +0200 |
commit | 8df20b44dc05cf718acf05e8ef8cb40a939d77fa (patch) | |
tree | ae471df9b1bfadcc748dc22833a41c2fd9bdcfdc /office/auctex/auctex.SlackBuild | |
parent | 68e18aff0c0eef8d944e174a970f36915856235d (diff) |
office/auctex: Updated for version 11.86.
Diffstat (limited to 'office/auctex/auctex.SlackBuild')
-rw-r--r-- | office/auctex/auctex.SlackBuild | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/office/auctex/auctex.SlackBuild b/office/auctex/auctex.SlackBuild index 49b0e3dc86cd..e1718743c919 100644 --- a/office/auctex/auctex.SlackBuild +++ b/office/auctex/auctex.SlackBuild @@ -5,7 +5,7 @@ # Written by Aleksandar Samardzic <asamardzic@matf.bg.ac.yu> PRGNAM=auctex -VERSION=${VERSION:-11.85} +VERSION=${VERSION:-11.86} ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -55,18 +55,6 @@ CXXFLAGS="$SLKCFLAGS" \ make make install DESTDIR=$PKG -( cd $PKG - find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | \ - xargs strip --strip-unneeded 2> /dev/null || true - 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 -) - rm -f $PKG/usr/info/dir gzip -9 $PKG/usr/info/*.info* @@ -77,6 +65,7 @@ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc +cat $CWD/doinst.sh > $PKG/install/doinst.sh cd $PKG /sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz} |