From c7891ae2d3a6b4962dd7b4e82db0f840144201d2 Mon Sep 17 00:00:00 2001 From: Eugene Wissner Date: Sun, 25 Jul 2010 21:40:47 -0500 Subject: office/apvlv: Updated for version 0.0.9.7. New Maintainer. Signed-off-by: Erik Hanson --- office/apvlv/apvlv.SlackBuild | 14 ++++++-------- office/apvlv/apvlv.info | 10 +++++----- 2 files changed, 11 insertions(+), 13 deletions(-) (limited to 'office/apvlv') diff --git a/office/apvlv/apvlv.SlackBuild b/office/apvlv/apvlv.SlackBuild index 9d8f2c74c8..453ee42718 100644 --- a/office/apvlv/apvlv.SlackBuild +++ b/office/apvlv/apvlv.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for apvlv -# Copyright 2009 Grigorios Bouzakis +# Copyright 2010 Eugene Wissner # All rights reserved. # # Permission to use, copy, modify, and distribute this software for any purpose @@ -19,17 +19,17 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF # THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# The SlackBuild was written by Grigorios Bouzakis + PRGNAM=apvlv -VERSION=${VERSION:-0.0.9.2} +VERSION=${VERSION:-0.0.9.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -90,10 +90,8 @@ mv $PKG/etc/apvlvrc $PKG/etc/apvlvrc.new 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 -) +find $PKG/usr/man -type f -exec gzip -9 {} \; +for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION diff --git a/office/apvlv/apvlv.info b/office/apvlv/apvlv.info index 2dbe25614a..1de22c6158 100644 --- a/office/apvlv/apvlv.info +++ b/office/apvlv/apvlv.info @@ -1,10 +1,10 @@ PRGNAM="apvlv" -VERSION="0.0.9.2" +VERSION="0.0.9.7" HOMEPAGE="http://code.google.com/p/apvlv/" -DOWNLOAD="http://apvlv.googlecode.com/files/apvlv-0.0.9.2.tar.gz" -MD5SUM="7f609d95da83e154025a87395303f496" +DOWNLOAD="http://apvlv.googlecode.com/files/apvlv-0.0.9.7.tar.gz" +MD5SUM="1850ab4fb41282b46d95c729ed67b7d5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -MAINTAINER="Grigorios Bouzakis" -EMAIL="grbzks@xsmail.com" +MAINTAINER="Eugene Wissner" +EMAIL="belka.ew@gmail.com" APPROVED="Erik Hanson" -- cgit v1.2.3