[arch-commits] Commit in sdl_perl/trunk (PKGBUILD)
Allan McRae
allan at archlinux.org
Sat Jun 6 07:47:40 UTC 2009
Date: Saturday, June 6, 2009 @ 03:47:40
Author: allan
Revision: 41645
upgpkg: sdl_perl 2.1.3-3
fix man page location
Modified:
sdl_perl/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-06-06 07:35:44 UTC (rev 41644)
+++ PKGBUILD 2009-06-06 07:47:40 UTC (rev 41645)
@@ -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