perl/perl-OpenGL-Image: Script cleanup and update HOMEPAGE link

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2013-11-08 10:15:26 +07:00 committed by Robby Workman
parent 8508415aa7
commit a4261eefac
3 changed files with 6 additions and 8 deletions

View file

@ -9,12 +9,10 @@ VERSION=${VERSION:-1.03}
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
@ -47,15 +45,15 @@ rm -rf $SRCNAM-$VERSION
tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$VERSION
chown -R root:root .
find . \
find -L . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
-exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
perl Makefile.PL INSTALLDIRS=vendor INSTALLVENDORMAN3DIR=/usr/man/man3
make
#make test
make test
make install DESTDIR=$PKG
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \

View file

@ -1,6 +1,6 @@
PRGNAM="perl-OpenGL-Image"
VERSION="1.03"
HOMEPAGE="http://graphcomp.com/pogl.cgi"
HOMEPAGE="http://search.cpan.org/dist/OpenGL-Image/"
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/B/BF/BFREE/OpenGL-Image-1.03.tar.gz"
MD5SUM="c68c25103fd19c752e5e9c97f0aecac0"
DOWNLOAD_x86_64=""

View file

@ -11,7 +11,7 @@ perl-OpenGL-Image:
perl-OpenGL-Image: OpenGL::Image provides methods to load/modify/save images for use
perl-OpenGL-Image: with OpenGL textures, FBOs and VBOs.
perl-OpenGL-Image:
perl-OpenGL-Image: http://graphcomp.com/pogl.cgi
perl-OpenGL-Image: Project URL: http://search.cpan.org/dist/OpenGL-Image/
perl-OpenGL-Image:
perl-OpenGL-Image:
perl-OpenGL-Image: