[arch-commits] Commit in sdl_perl/repos (extra-x86_64 extra-x86_64/PKGBUILD)
Allan McRae
allan at archlinux.org
Sat Jun 6 08:08:58 UTC 2009
Date: Saturday, June 6, 2009 @ 04:08:57
Author: allan
Revision: 41647
fix svn conflict
Modified:
sdl_perl/repos/extra-x86_64/ (properties)
sdl_perl/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Property changes on: sdl_perl/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
- /sdl_perl/trunk:1
+ /sdl_perl/trunk:1-41646
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2009-06-06 07:52:39 UTC (rev 41646)
+++ extra-x86_64/PKGBUILD 2009-06-06 08:08:57 UTC (rev 41647)
@@ -1,24 +1,24 @@
# $Id$
-# Maintainer: dorphell <dorphell at archlinux.org>
+# Maintainer: Allan McRae <allan at archlinux.org>
# Contributor: Sarah Hay <sarahhay at mb.sympatico.ca>
pkgname=sdl_perl
_realname=SDL_Perl
pkgver=2.1.3
-pkgrel=2
+pkgrel=3
pkgdesc="A Perl wrapper for SDL"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
license=('LGPL')
url="http://sdl.perl.org"
depends=('perl>=5.10.0' 'sdl_net' 'sdl_ttf' 'sdl_image' 'sdl_mixer' 'mesa'
-'sdl_gfx' 'smpeg')
+ 'sdl_gfx' 'smpeg')
makedepends=('perl-yaml')
options=(!emptydirs)
source=(http://search.cpan.org/CPAN/authors/id/D/DG/DGOEHRIG/${_realname}-${pkgver}.tar.gz)
md5sums=('6ce26e1b710ce52def4ec22637cd5176')
build() {
- cd ${startdir}/src/${_realname}-${pkgver}
+ cd ${srcdir}/${_realname}-${pkgver}
# install module in vendor directories.
perl Build.PL installdirs=vendor destdir=${startdir}/pkg \
--config man1ext=1p --config man3ext=3pm
@@ -26,7 +26,7 @@
perl Build install
# Fix bad location of libraries.
- cd ${startdir}/pkg/usr/lib/perl5/vendor_perl
+ cd ${pkgdir}/usr/lib/perl5/vendor_perl
mv -f auto/src/SDL* auto
rmdir auto/src
}
More information about the arch-commits
mailing list