summaryrefslogtreecommitdiff
path: root/perl/perl-cairo/perl-cairo.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-cairo/perl-cairo.SlackBuild')
-rw-r--r--perl/perl-cairo/perl-cairo.SlackBuild11
1 files changed, 4 insertions, 7 deletions
diff --git a/perl/perl-cairo/perl-cairo.SlackBuild b/perl/perl-cairo/perl-cairo.SlackBuild
index 59f56d4fcc..498357d582 100644
--- a/perl/perl-cairo/perl-cairo.SlackBuild
+++ b/perl/perl-cairo/perl-cairo.SlackBuild
@@ -1,9 +1,9 @@
#!/bin/sh
-
+
# Slackware build script for perl-cairo
# (C) 2007 Michael Wagner <lapinours@web.de>
-# Copyright 2010 Binh Nguyen <binhnguyen@fastmail.fm>
+# Copyright 2010, 2012 Binh Nguyen <binhnguyen@fastmail.fm>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=perl-cairo
-VERSION=${VERSION:-1.061}
+VERSION=${VERSION:-1.082}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -68,9 +68,6 @@ cd $SRCNAM-$VERSION
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
-# Disable buggy test.
-mv t/CairoSurface.t t/CairoSurface.t.disable
-
perl Makefile.PL \
OPTIMIZE="$SLKCFLAGS" \
PREFIX=/usr \
@@ -94,7 +91,7 @@ find $PKG -name perllocal.pod -o -name ".packlist" -o -name "*.bs" | xargs rm -f
find $PKG -depth -type d -empty -delete || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a ChangeLog LICENSE NEWS README TODO $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a ChangeLog* LICENSE NEWS README TODO $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install