[arch-commits] CVS update of extra/lib/sdl_perl (PKGBUILD)

Eric Belanger eric at archlinux.org
Thu Aug 16 02:20:57 UTC 2007


    Date: Wednesday, August 15, 2007 @ 22:20:57
  Author: eric
    Path: /home/cvs-extra/extra/lib/sdl_perl

Modified: PKGBUILD (1.16 -> 1.17)

upgpkg: sdl_perl 2.1.2-3
fix for multi-arch


----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


Index: extra/lib/sdl_perl/PKGBUILD
diff -u extra/lib/sdl_perl/PKGBUILD:1.16 extra/lib/sdl_perl/PKGBUILD:1.17
--- extra/lib/sdl_perl/PKGBUILD:1.16	Wed Aug 15 00:11:07 2007
+++ extra/lib/sdl_perl/PKGBUILD	Wed Aug 15 22:20:57 2007
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD,v 1.16 2007/08/15 04:11:07 kevin Exp $
+# $Id: PKGBUILD,v 1.17 2007/08/16 02:20:57 eric Exp $
 # Contributor: Sarah Hay <sarahhay at mb.sympatico.ca>
 # Maintainer: dorphell <dorphell at archlinux.org>
 
@@ -12,8 +12,8 @@
 depends=('sdl' 'sdl_gfx' 'freetype2' 'libjpeg' 'sdl_ttf' 'sdl_image' 'libpng' 'libogg' 'libvorbis' 'sdl_mixer' 'sdl_net' 'alsa-lib')
 makedepends=('perl-extutils-cbuilder')
 source=(http://search.cpan.org/CPAN/authors/id/D/DG/DGOEHRIG/${_realname}-${pkgver}.tar.gz)
-url="http://sdl.perl.org"
 md5sums=('a48a8eb53caa228463137b990a03590c')
+url="http://sdl.perl.org"
 
 build() {
   cd ${startdir}/src/${_realname}-${pkgver}
@@ -26,7 +26,7 @@
   perl Build install
 
   # Fix bad location of libraries.
-  cd ${startdir}/pkg/usr/lib/perl5/site_perl/current/i686-linux-thread-multi
+  cd ${startdir}/pkg/usr/lib/perl5/site_perl/current/${CARCH}-linux-thread-multi
   mv -f auto/src/SDL* auto
   rmdir auto/src
 }




More information about the arch-commits mailing list