libraries/libmpeg2: Updated maintainer information.

Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
Heinz Wiesinger 2011-03-29 00:06:26 +02:00 committed by Robby Workman
parent d3570012c9
commit 08647a7c85
2 changed files with 4 additions and 9 deletions

View file

@ -2,8 +2,8 @@
# Slackware build script for libmpeg2
# Copyright (c) 2008, Antonio Hern<EFBFBD>ndez Blas <hba.nihilismus@gmail.com>
# Copyright 2008 Heinz Wiesinger <pprkut@liwjatan.at>
# Copyright (c) 2008, Antonio Hernández Blas <hba.nihilismus@gmail.com>
# Copyright 2008-2011 Heinz Wiesinger, Amsterdam, The Netherlands
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@ -27,12 +27,10 @@ VERSION=0.5.1
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
@ -87,10 +85,7 @@ 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
)
find $PKG/usr/man -type f -exec gzip -9 {} \;
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \

View file

@ -5,6 +5,6 @@ DOWNLOAD="http://libmpeg2.sourceforge.net/files/libmpeg2-0.5.1.tar.gz"
MD5SUM="0f92c7454e58379b4a5a378485bbd8ef"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="ppr:kut"
MAINTAINER="Heinz Wiesinger"
EMAIL="pprkut@liwjatan.at"
APPROVED="dsomero,rworkman"